summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-06-12 17:18:19 +0200
committerendico%mozilla.org <>2000-06-12 17:18:19 +0200
commit2559a21d73e911e69420b98e85740a894a3973d7 (patch)
treee091c4d3efea63558e12da35ddc51c50d17d0da4 /bug_form.pl
parent7b16c745ab0e7056e712109d7688281124c2b49b (diff)
downloadbugzilla-2559a21d73e911e69420b98e85740a894a3973d7.tar.gz
bugzilla-2559a21d73e911e69420b98e85740a894a3973d7.tar.xz
Separate viewbugactivityformatforprinting with a vertical bar so the two links don't run together into one incomprehensible sentence
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/bug_form.pl b/bug_form.pl
index 176c38035..1263957c7 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -468,9 +468,10 @@ print "
<INPUT TYPE=\"submit\" VALUE=\"Commit\">
<INPUT TYPE=\"reset\" VALUE=\"Reset\">
<INPUT TYPE=hidden name=form_name VALUE=process_bug>
-<BR>
+<P>
<FONT size=\"+1\"><B>
<A HREF=\"show_activity.cgi?id=$id\">View Bug Activity</A>
+ &nbsp; | &nbsp;
<A HREF=\"long_list.cgi?buglist=$id\">Format For Printing</A>
</B></FONT><BR>
</FORM>