diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-11-11 12:18:49 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-11-11 12:18:49 -0800 |
commit | 5b7885a8666e980b6d8299ae32d6131de83b66c4 (patch) | |
tree | b5f52b82df2ab6034156acb743ec08ccf4bf73af /templates/cs/article.html | |
parent | 6b23b329b661dfc5f3f2a20d10d1c6131312163c (diff) | |
download | mailman2-5b7885a8666e980b6d8299ae32d6131de83b66c4.tar.gz mailman2-5b7885a8666e980b6d8299ae32d6131de83b66c4.tar.xz mailman2-5b7885a8666e980b6d8299ae32d6131de83b66c4.zip |
More html entity replacement in templates/*/*.html.
Diffstat (limited to '')
-rw-r--r-- | templates/cs/article.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/cs/article.html b/templates/cs/article.html index 5fa51620..eaaad3bf 100644 --- a/templates/cs/article.html +++ b/templates/cs/article.html @@ -25,9 +25,9 @@ <P><UL> %(prev_wsubj)s %(next_wsubj)s - <LI> <B>Zprávy tříděné podle:</B> + <LI> <B>Zprávy tříděné podle:</B> <a href="date.html#%(sequence)s">[ data ]</a> - <a href="thread.html#%(sequence)s">[ vlákna ]</a> + <a href="thread.html#%(sequence)s">[ vlákna ]</a> <a href="subject.html#%(sequence)s">[ subjektu ]</a> <a href="author.html#%(sequence)s">[ autora ]</a> </LI> @@ -41,13 +41,13 @@ <!--threads--> %(prev_wsubj)s %(next_wsubj)s - <LI> <B>Zprávy tříděné podle:</B> + <LI> <B>Zprávy tříděné podle:</B> <a href="date.html#%(sequence)s">[ data ]</a> - <a href="thread.html#%(sequence)s">[ vlákna ]</a> + <a href="thread.html#%(sequence)s">[ vlákna ]</a> <a href="subject.html#%(sequence)s">[ subjektu ]</a> <a href="author.html#%(sequence)s">[ autora ]</a> </LI> </UL> <hr> -<a href="%(listurl)s">Další informace o konferenci %(listname)s</a><br> +<a href="%(listurl)s">Další informace o konferenci %(listname)s</a><br> </body></html> |