summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/useful-links.html.tmpl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-06-28 09:18:02 +0200
committerbbaetz%student.usyd.edu.au <>2002-06-28 09:18:02 +0200
commitd5f30d8dfda359d6761d164d3c650adf1716213b (patch)
tree4f2ee142ba674fa30f1b0f45781ed935e3b405d5 /template/en/default/global/useful-links.html.tmpl
parent0b729766ba6298c596b6f9e1e5452642306d5e3e (diff)
downloadbugzilla-d5f30d8dfda359d6761d164d3c650adf1716213b.tar.gz
bugzilla-d5f30d8dfda359d6761d164d3c650adf1716213b.tar.xz
Bug 148488 - more HTML validation fixes
r=jouni, gerv
Diffstat (limited to 'template/en/default/global/useful-links.html.tmpl')
-rw-r--r--template/en/default/global/useful-links.html.tmpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index 807c316b6..d8c443775 100644
--- a/template/en/default/global/useful-links.html.tmpl
+++ b/template/en/default/global/useful-links.html.tmpl
@@ -43,7 +43,7 @@
Actions:
</td>
- <td valign="middle" nowrap>
+ <td valign="middle" nowrap="nowrap">
<a href="enter_bug.cgi">New</a> |
<a href="query.cgi">Query</a> |
@@ -63,19 +63,19 @@
<td valign="middle">
Edit <a href="userprefs.cgi">prefs</a>
- [% ", <a href='editparams.cgi'>parameters</a>"
+ [% ', <a href="editparams.cgi">parameters</a>'
IF user.groups.tweakparams %]
- [% ", <a href='editusers.cgi'>users</a>" IF user.groups.editusers
+ [% ', <a href="editusers.cgi">users</a>' IF user.groups.editusers
|| (user.blessgroupset > 0) %]
- [% ", <a href='editproducts.cgi'>products</a>"
+ [% ', <a href="editproducts.cgi">products</a>'
IF user.groups.editcomponents %]
- [% ", <a href='editattachstatuses.cgi'> attachment&nbsp;statuses</a>"
+ [% ', <a href="editattachstatuses.cgi"> attachment&nbsp;statuses</a>'
IF user.groups.editcomponents %]
- [% ", <a href='editgroups.cgi'>groups</a>"
+ [% ', <a href="editgroups.cgi">groups</a>'
IF user.groups.creategroups %]
- [% ", <a href='editkeywords.cgi'>keywords</a>"
+ [% ', <a href="editkeywords.cgi">keywords</a>'
IF user.groups.editkeywords %]
- [% " | <a href='sanitycheck.cgi'>Sanity&nbsp;check</a>"
+ [% ' | <a href="sanitycheck.cgi">Sanity&nbsp;check</a>'
IF user.groups.tweakparams %]
| <a href="relogin.cgi">Log&nbsp;out</a>&nbsp;[% user.login %]