]> bicyclesonthemoon.info Git - ott/mirror/commitdiff
fix typo in mview: variable to post edit link
authorb <rowerynaksiezycu@gmail.com>
Thu, 22 Feb 2024 06:59:03 +0000 (06:59 +0000)
committerb <rowerynaksiezycu@gmail.com>
Thu, 22 Feb 2024 06:59:03 +0000 (06:59 +0000)
config
mview.1.awk

diff --git a/config b/config
index 7154627e28ef027582050f54ea47e006ec8fad50..3e18191282d9ddf49ba5aceadd81414c37a63634 160000 (submodule)
--- a/config
+++ b/config
@@ -1 +1 @@
-Subproject commit 7154627e28ef027582050f54ea47e006ec8fad50
+Subproject commit 3e18191282d9ddf49ba5aceadd81414c37a63634
index db9be625b27b38093e0f62510794e58bcbdab1b4..9be3aba3ec4a5a337203ad9ca24ec0b2113ddaf1 100644 (file)
@@ -33,7 +33,7 @@ END{
        print "<div id=\""cat argtab["timenumber"]"\" class=\"post bg"bg"\">"
        print "<div class=\"inner\"><span class=\"corners-top\"><span></span></span>"
        print "<div class=\"postbody\">"
-       print "<ul class=\"profile-icons\">"((s=="")?("<li class=\"edit-icon\"><a href=\""chi_post_path"?e="cat argtab["timenumber"]"\" title=\"Edit post\"><span>Edit post</span></a></li>"):"")"<li class=\"quote-icon-mustard\"><a href=\""cgi_post_path"?q="cat argtab["timenumber"]"&attach_sig=on\" title=\"Reply with quote\"></a></li></ul>"
+       print "<ul class=\"profile-icons\">"((s=="")?("<li class=\"edit-icon\"><a href=\""cgi_post_path"?e="cat argtab["timenumber"]"\" title=\"Edit post\"><span>Edit post</span></a></li>"):"")"<li class=\"quote-icon-mustard\"><a href=\""cgi_post_path"?q="cat argtab["timenumber"]"&attach_sig=on\" title=\"Reply with quote\"></a></li></ul>"
        print "<h3><a href=\""cat argtab["timenumber"]"\">"argtab["subject_h"]"</a></h3>"
        if(s=="")
                print "<p class=\"author\"><a href=\""cgi_mview_path"?np="np"&amp;p="argtab["timenumber"]"#"cat argtab["timenumber"]"\"><img src=\""cgi_prosilver_path"/imageset/icon_post_target.gif\" alt=\"Post\" title=\"Post\" width=\"11\" height=\"9\"></a>by <strong><a href=\"#\">"argtab["username_h"]"</a></strong> ยป "argtab["timetext"]" </p>"