diff options
author | bbaetz%student.usyd.edu.au <> | 2002-06-30 13:22:52 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-06-30 13:22:52 +0200 |
commit | 3d5db0fc3ba11a5fee1428466a1542bca7551287 (patch) | |
tree | c8788290939f8dc423b28cf69fb70b2b91e7c149 /template/en/default/list | |
parent | 180b9140ace066692f844834152eaa9471edf750 (diff) | |
download | bugzilla-3d5db0fc3ba11a5fee1428466a1542bca7551287.tar.gz bugzilla-3d5db0fc3ba11a5fee1428466a1542bca7551287.tar.xz |
Bug 155033 - standardizing on <a>NAME</a>: vs. <a>NAME:</a>
patch by davef@tetsubo.com, r=kiko x2
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index a9ee9a121..6a6494c64 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -65,7 +65,7 @@ <th> <label for="rep_platform"> - <a href="bug_status.html#rep_platform">Platform:</a> + <a href="bug_status.html#rep_platform">Platform</a>: </label> </th> <td> @@ -75,7 +75,7 @@ <th> <label for="priority"> - <a href="bug_status.html#priority">Priority:</a> + <a href="bug_status.html#priority">Priority</a>: </label> </th> <td> @@ -94,7 +94,7 @@ <th> <label for="bug_severity"> - <a href="bug_status.html#severity">Severity:</a> + <a href="bug_status.html#severity">Severity</a>: </label> </th> <td> @@ -143,7 +143,7 @@ <th> <label for="keywords"> - <a href="describekeywords.cgi">Keywords:</a> + <a href="describekeywords.cgi">Keywords</a>: </label> </th> <td colspan="3"> |