summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/votes
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/votes')
-rw-r--r--template/en/default/bug/votes/list-for-bug.html.tmpl4
-rw-r--r--template/en/default/bug/votes/list-for-user.html.tmpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/bug/votes/list-for-bug.html.tmpl b/template/en/default/bug/votes/list-for-bug.html.tmpl
index cb68a2a47..379727f70 100644
--- a/template/en/default/bug/votes/list-for-bug.html.tmpl
+++ b/template/en/default/bug/votes/list-for-bug.html.tmpl
@@ -29,7 +29,7 @@
[% PROCESS global/header.html.tmpl
title = "Show Votes"
- h2 = "Bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>"
+ h2 = "Bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
%]
<table cellspacing="4">
@@ -41,7 +41,7 @@
[% FOREACH user = users %]
<tr>
<td>
- <a href="votes.cgi?action=show_user&user=[% user.name %]">
+ <a href="votes.cgi?action=show_user&amp;user=[% user.name %]">
[% user.name %]
</a>
</td>
diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl
index 4797d71b7..5f442e0bc 100644
--- a/template/en/default/bug/votes/list-for-user.html.tmpl
+++ b/template/en/default/bug/votes/list-for-user.html.tmpl
@@ -73,7 +73,7 @@
[% "</strike>" IF NOT bug.opened %]
</td>
<td>
- <a href="votes.cgi?action=show_bug&bug_id=[% bug.id %]">
+ <a href="votes.cgi?action=show_bug&amp;bug_id=[% bug.id %]">
[% bug.summary FILTER html %]
</a>
</td>