]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/blobdiff - search-tags.py
Fix a bug: do not override title
[phdru.name/cgi-bin/blog-ru/search-tags.git] / search-tags.py
index 35fd288773e0b5f34f8ed4ece6a333fa967c4d99..fe006bfd5b69f41d1759baa56b8905ad1da58893 100755 (executable)
@@ -48,8 +48,8 @@ else:
 <p class="head">
 <ul>
 """]
-            for year, month, day, suburl, title in posts:
-                _posts.append('<li>%s-%s-%s <a href="../../../../Russian/blog/%s">%s</a></li>\n' % (year, month, day, suburl, title))
+            for year, month, day, suburl, _title in posts:
+                _posts.append('<li>%s-%s-%s <a href="../../../../Russian/blog/%s">%s</a></li>\n' % (year, month, day, suburl, _title))
             _posts .append("""\
 </ul>
 </p>