summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/dependency-graph.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/dependency-graph.html.tmpl')
-rw-r--r--template/en/default/bug/dependency-graph.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl
index 3266f5fd7..8206a847b 100644
--- a/template/en/default/bug/dependency-graph.html.tmpl
+++ b/template/en/default/bug/dependency-graph.html.tmpl
@@ -38,7 +38,7 @@
[% IF NOT multiple_bugs AND NOT doall %]
[% title = "$title for bug $bug_id"
- h1 = "$h1 for bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>"
+ h1 = "$h1 for bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
%]
[% END %]
@@ -54,7 +54,7 @@
<img src="[% image_url %]" usemap="#imagemap">
[% ELSE %]
<a href="[% map_url %]">
- <img src="[% image_url %]" ismap>
+ <img src="[% image_url %]" ismap="ismap">
</a>
[% END %]