summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
diff options
context:
space:
mode:
author'Frédéric Buclin <LpSolit@gmail.com>2014-02-10 08:54:21 +0100
committerByron Jones <bjones@mozilla.com>2014-02-10 08:54:21 +0100
commit240db1a527f880948ab1d17f915e55c986ffc716 (patch)
tree5156de06cca94efd7395b94c3c21990b7cda20cc /template/en/default/admin
parent55e336233dbd15d525b2f4717572b6ad6c010219 (diff)
downloadbugzilla-240db1a527f880948ab1d17f915e55c986ffc716.tar.gz
bugzilla-240db1a527f880948ab1d17f915e55c986ffc716.tar.xz
Bug 926085: Forbird single quotes to delimit URLs (no <a href='...'>)
Diffstat (limited to 'template/en/default/admin')
-rw-r--r--template/en/default/admin/params/attachment.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/params/attachment.html.tmpl b/template/en/default/admin/params/attachment.html.tmpl
index 69f62e9be..4075374bc 100644
--- a/template/en/default/admin/params/attachment.html.tmpl
+++ b/template/en/default/admin/params/attachment.html.tmpl
@@ -63,13 +63,13 @@
maxattachmentsize => "The maximum size (in kilobytes) of attachments to be stored " _
"in the database. If a file larger than this size is attached " _
"to ${terms.abug}, $terms.Bugzilla will look at the " _
- "<a href='#maxlocalattachment'><tt>maxlocalattachment</tt> parameter</a> " _
+ "<a href=\"#maxlocalattachment\"><tt>maxlocalattachment</tt> parameter</a> " _
"to determine if the file can be stored locally on the web server. " _
"If the file size exceeds both limits, then the attachment is rejected. " _
"Settings both parameters to 0 will prevent attaching files to ${terms.bugs}.",
maxlocalattachment => "The maximum size (in megabytes) of attachments to be stored " _
"locally on the web server. If set to a value lower than the " _
- "<a href='#maxattachmentsize'><tt>maxattachmentsize</tt> parameter</a>, " _
+ "<a href=\"#maxattachmentsize\"><tt>maxattachmentsize</tt> parameter</a>, " _
"attachments will never be kept on the local filesystem." }
%]