typo, update template and french translation

svn: r19288
This commit is contained in:
Jérôme Rapinat
2012-04-10 16:58:11 +00:00
parent 935f57a850
commit c769ebc6bb
3 changed files with 17 additions and 29 deletions

View File

@@ -1670,7 +1670,7 @@ class BasePage(object):
uri = "ftp://%(ftpsite)s" % { "ftpsite" : uri }
descr = Html("p", html_escape(descr)) + (
Html("a", _(" ]Click to Go]"), href = uri, title = uri)
Html("a", _(" [Click to Go]"), href = uri, title = uri)
)
trow.extend(
Html("td", data, class_ = "Column" + colclass, inline = True)