diff options
author | bbaetz%student.usyd.edu.au <> | 2002-04-15 11:47:52 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-04-15 11:47:52 +0200 |
commit | e75e6d0f714e77b1d7b700dca62aba0fd9a5385d (patch) | |
tree | e19b43031fb0ef1012319ac8b6a694953c90d0a3 /template/default/prefs/footer.tmpl | |
parent | 61d65a657abb4c88c725c04db8f3c6b9cd43ef59 (diff) | |
download | bugzilla-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.gz bugzilla-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.xz |
Bug 129442 - make html of a default installation (mostly) HTML 4.01
transitional compliant
Original patch by chema@ximian.com, modified/extended by
bbaetz@student.usyd.edu.au
r=gerv, justdave
Diffstat (limited to 'template/default/prefs/footer.tmpl')
-rw-r--r-- | template/default/prefs/footer.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/prefs/footer.tmpl b/template/default/prefs/footer.tmpl index 7b0756dbf..2421c7168 100644 --- a/template/default/prefs/footer.tmpl +++ b/template/default/prefs/footer.tmpl @@ -61,13 +61,13 @@ [% ELSE %] <tr> <td colspan="4"> - <br /> + <br> If you create remembered queries using the <a href="query.cgi">query page</a>, you can then come to this page and choose to have some of them appear in the footer of each Bugzilla page. - <br /> - <br /> + <br> + <br> </td> </tr> [% END %] |