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/sk/archtocnombox.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/sk/archtocnombox.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/sk/archtocnombox.html b/templates/sk/archtocnombox.html index 66b26744..546f942a 100644 --- a/templates/sk/archtocnombox.html +++ b/templates/sk/archtocnombox.html @@ -1,14 +1,14 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> - <title>Archív konferencie %(listname)s</title> + <title>Archív konferencie %(listname)s</title> <META NAME="robots" CONTENT="noindex,follow"> %(meta)s </HEAD> <BODY BGCOLOR="#ffffff"> - <h1>Archív konferencie %(listname)s</h1> + <h1>Archív konferencie %(listname)s</h1> <p> - Viac informácií <a href="%(listinfo)s">o konferencii</a>. + Viac informácií <a href="%(listinfo)s">o konferencii</a>. </p> %(noarchive_msg)s %(archive_listing_start)s |