diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-12-08 13:07:54 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-12-08 13:07:54 +0300 |
commit | 6da7cdce915b5ab12d936a772991d82cdb200f2e (patch) | |
tree | a229247334d0238172c4264e58ec5658ab71aa8f | |
parent | 278965b45c2117902d077d24f10af08e69d9653e (diff) | |
download | vsvs-master.tar vsvs-master.tar.xz vsvs-master.zip |
-rw-r--r-- | article/template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/article/template b/article/template index f75192b..7e387b9 100644 --- a/article/template +++ b/article/template @@ -3,7 +3,7 @@ list <head><title>List of articles</title></head> <body> <p>Here are some articles for you:</p> - <ul>$(echo "$articles" | vsvs-parse 'echo "<li><a href=\"$key\">$(echo "$value" | vsvs-parse 'test "$key" == "title" && echo "$value"')</a></li>"')</ul> + <ul>$(echo "$articles" | vsvs-parse 'echo "<li><a href=\"$key\">$(echo "$value" | vsvs-parse '"'"'test "$key" == "title" && echo "$value"'"'"')</a></li>"')</ul> </body> </html> page <html> |