diff options
author | Michael Tänzer <neo@nhng.de> | 2013-03-26 23:58:19 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-03-26 23:58:19 +0100 |
commit | 42a5187c337425094a01428aa51a176e2ac6e841 (patch) | |
tree | 664d8cf2f1727f3d48180466b5175ec71a93a76a | |
parent | 0a7f7c4bf7dc5618865344ae678816ed6f2f5a54 (diff) | |
download | cacert-devel-42a5187c337425094a01428aa51a176e2ac6e841.tar.gz cacert-devel-42a5187c337425094a01428aa51a176e2ac6e841.tar.xz cacert-devel-42a5187c337425094a01428aa51a176e2ac6e841.zip |
bug 1099: Split long line
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r-- | pages/index/3.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index/3.php b/pages/index/3.php index b5a9db5..a107c29 100644 --- a/pages/index/3.php +++ b/pages/index/3.php @@ -20,7 +20,7 @@ <h3><?=_("Windows Installer") ?></h3> <ul class="no_indent"> - <li><? printf(_("%s Windows installer package %s for browsers that use the Windows certificate store (for example Internet Explorer, Chrome on Windows and Safari on Windows)"), '<a href="certs/CAcert_Root_Certificates.msi">', '</a>')?></li> + <li><? printf(_("%s Windows installer package %s for browsers that use the Windows certificate store %s (for example Internet Explorer, Chrome on Windows and Safari on Windows)"), '<a href="certs/CAcert_Root_Certificates.msi">', '</a>', '<br/>')?></li> <li><?=_("SHA1 Hash:") ?> 2db1957db31aa0d778d1a65ea146760ee1e67611</li> <li><?=_("SHA256 Hash:") ?> 88883f2e3117bae6f43922fbaef8501b94efe4143c12116244ca5d0c23bcbb16</li> </ul> |