]> git.plutz.net Git - shellwiki/blobdiff - macros/revisions
revision display
[shellwiki] / macros / revisions
index 2bd83f5ae487d2f4f38b17a2e7401f9cda2e61da..9a5730f4021d5a069a748b8e7265658bef8cf433 100755 (executable)
@@ -22,6 +22,6 @@ printf '<ul class="macro revisions">\n'
   } | while read -r hash date message; do
     user="${message% @*}"; user="${user##*@ }"
     printf '<li><span class="hash"><a href="%s">%s</a></span><span class="date">%s</span><span class="user">%s</span></li>\n' \
-      "$(HTML "${page%/}/[revisions]/$hash")" "$(HTML "$hash")" "$(HTML "$date")" "$(HTML "$user")"
+      "$(HTML "${page%/}/[revision]/$hash")" "$(HTML "$hash")" "$(HTML "$date")" "$(HTML "$user")"
   done
 printf '</ul>\n'