summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/activity/show.html.tmpl2
-rw-r--r--template/en/default/bug/choose-xml.html.tmpl4
-rw-r--r--template/en/default/bug/create/create.html.tmpl18
-rw-r--r--template/en/default/bug/dependency-graph.html.tmpl4
-rw-r--r--template/en/default/bug/edit.html.tmpl14
-rw-r--r--template/en/default/bug/process/verify-new-product.html.tmpl2
-rw-r--r--template/en/default/bug/show-multiple.html.tmpl2
-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
9 files changed, 26 insertions, 26 deletions
diff --git a/template/en/default/bug/activity/show.html.tmpl b/template/en/default/bug/activity/show.html.tmpl
index 9bd0e0b37..2e44f89fd 100644
--- a/template/en/default/bug/activity/show.html.tmpl
+++ b/template/en/default/bug/activity/show.html.tmpl
@@ -29,7 +29,7 @@
[% PROCESS global/header.html.tmpl
title = "Changes made to bug $bug_id"
h1 = "Activity log"
- 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>"
%]
<br>
diff --git a/template/en/default/bug/choose-xml.html.tmpl b/template/en/default/bug/choose-xml.html.tmpl
index 341df9414..045ad7c58 100644
--- a/template/en/default/bug/choose-xml.html.tmpl
+++ b/template/en/default/bug/choose-xml.html.tmpl
@@ -34,8 +34,8 @@
Display bugs as XML by entering a list of bug numbers here:
</td>
<td>
- <input name="id" size="30" />
- <input type="submit" value="Display as XML" />
+ <input name="id" size="30">
+ <input type="submit" value="Display as XML">
</td>
</tr>
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index a885f9558..c6ab1fdb0 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -26,7 +26,7 @@
%]
<form method="post" action="post_bug.cgi">
-<input type="hidden" name="product" value="[% product FILTER html %]" />
+<input type="hidden" name="product" value="[% product FILTER html %]">
<table cellspacing="2" cellpadding="0" border="0">
@@ -105,7 +105,7 @@
[% sel = { description => 'Priority', name => 'priority' } %]
[% INCLUDE select %]
[% ELSE %]
- <input type="hidden" name="priority" value="[% default.priority %]" />
+ <input type="hidden" name="priority" value="[% default.priority %]">
[% END %]
[% sel = { description => 'Severity', name => 'bug_severity' } %]
@@ -125,7 +125,7 @@
<td colspan="2"></td>
</tr>
[% ELSE %]
- <input type="hidden" name="bug_status" value="[% default.bug_status %]" />
+ <input type="hidden" name="bug_status" value="[% default.bug_status %]">
[% END %]
<tr>
@@ -136,7 +136,7 @@
</td>
<td colspan="3">
<input name="assigned_to" size="32"
- value="[% assigned_to FILTER html %]" />
+ value="[% assigned_to FILTER html %]">
(Leave blank to assign to default component owner)
</td>
</tr>
@@ -144,7 +144,7 @@
<tr>
<td align="right"><strong>Cc:</strong></td>
<td colspan="3">
- <input name="cc" size="45" value="[% cc FILTER html %]" />
+ <input name="cc" size="45" value="[% cc FILTER html %]">
</td>
</tr>
@@ -157,14 +157,14 @@
<td align="right"<strong>URL:</strong></td>
<td colspan="3">
<input name="bug_file_loc" size="60"
- value="[% bug_file_loc FILTER html %]" />
+ value="[% bug_file_loc FILTER html %]">
</td>
</tr>
<tr>
<td align="right"><strong>Summary:</strong></td>
<td colspan="3">
- <input name="short_desc" size="60" value="[% short_desc FILTER html %]" />
+ <input name="short_desc" size="60" value="[% short_desc FILTER html %]">
</td>
</tr>
@@ -195,7 +195,7 @@
[% FOREACH g = group %]
&nbsp;&nbsp;&nbsp;&nbsp;
<input type="checkbox" name="bit-[% g.bit %]" value="1"
- [% " checked=\"checked\"" IF g.checked %] />[% g.description %]<br />
+ [% " checked=\"checked\"" IF g.checked %]>[% g.description %]<br>
[% END %]
<br>
[% END %]
@@ -211,7 +211,7 @@
return false; } return true;">
&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" name="maketemplate"
- value="Remember values as bookmarkable template" />
+ value="Remember values as bookmarkable template">
</td>
</tr>
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 %]
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 926b8415b..e20b54121 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -116,7 +116,7 @@
</td>
<td rowspan="4" valign="top">
[% IF bug.cc %]
- <select name="cc" multiple size="5">
+ <select name="cc" multiple="multiple" size="5">
[% FOREACH c = bug.cc %]
<option value="[% c FILTER html %]">[% c FILTER html %]</option>
[% END %]
@@ -288,9 +288,9 @@
</th>
<td>
[% bug.votes %]&nbsp;&nbsp;&nbsp;
- <a href="votes.cgi?action=show_bug&bug_id=[% bug.bug_id %]">Show
+ <a href="votes.cgi?action=show_bug&amp;bug_id=[% bug.bug_id %]">Show
votes for this bug</a>&nbsp;&nbsp;&nbsp;
- <a href="votes.cgi?action=show_user&bug_id=[% bug.bug_id %]">Vote
+ <a href="votes.cgi?action=show_user&amp;bug_id=[% bug.bug_id %]">Vote
for this bug</a>
</td>
</tr>
@@ -317,8 +317,8 @@
[% FOREACH group = groups %]
&nbsp;&nbsp;&nbsp;&nbsp;
<input type="checkbox" name="bit-[% group.bit %]" value="1"
- [% " checked='checked'" IF group.ison %]
- [% " disabled='disabled'" IF NOT group.ingroup %]>
+ [% " checked=\"checked\"" IF group.ison %]
+ [% " disabled=\"disabled\"" IF NOT group.ingroup %]>
[% group.description %]
<br>
[% END %]
@@ -357,7 +357,7 @@
[%# *** Knob *** %]
<br>
- <input type="radio" name="knob" value="none" checked>
+ <input type="radio" name="knob" value="none" checked="checked">
Leave as <b>[% bug.bug_status FILTER html %]&nbsp;
[% bug.resolution FILTER html %]</b>
<br>
@@ -410,7 +410,7 @@
[% knum = knum + 1 %]
<input type="radio" name="knob" value="reassign">
- <a href="bug_status.html#assigned_to">Reassign</A> bug to
+ <a href="bug_status.html#assigned_to">Reassign</a> bug to
<input name="assigned_to" size="32"
onchange="if ((this.value != '[% bug.assigned_to_email FILTER js %]') &&
(this.value != '')) {
diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl
index 8569158a7..4facc45c8 100644
--- a/template/en/default/bug/process/verify-new-product.html.tmpl
+++ b/template/en/default/bug/process/verify-new-product.html.tmpl
@@ -86,7 +86,7 @@
<p>
<input type="radio" name="addtonewgroup" value="no"><b>no</b><br>
<input type="radio" name="addtonewgroup" value="yes"><b>yes</b><br>
- <input type="radio" name="addtonewgroup" value="yesifinold" checked>
+ <input type="radio" name="addtonewgroup" value="yesifinold" checked="checked">
<b>yes, but only if the bug was in its old product's group</b><br>
</p>
[% END %]
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl
index 0290cb6d4..0e73f4ad7 100644
--- a/template/en/default/bug/show-multiple.html.tmpl
+++ b/template/en/default/bug/show-multiple.html.tmpl
@@ -104,7 +104,7 @@
<tr>
<td colspan="4">
<b>URL:</b>&nbsp;
- <A HREF="[% bug.bug_file_loc %]">[% bug.bug_file_loc FILTER html %]</a>
+ <a href="[% bug.bug_file_loc %]">[% bug.bug_file_loc FILTER html %]</a>
</tr>
<tr>
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>