Add a line feed to the end of a sentence to prevent two sentences merging

into one (i.e. there being no blank space after a full stop).

Approved by:	gavin (bugmeister), gjb (mentor)
This commit is contained in:
Isabell Long 2012-07-22 10:52:16 +00:00
parent fd8380b491
commit 5de94deadc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39243

View file

@ -211,7 +211,7 @@ print "<p>You may view summaries by <a href='$self_ref1'>Severity</a>, ";
$self_ref1 .= '&amp;' if ($self_ref1 !~/\?$/);
print "<a href='${self_ref1}state=summary'>State</a>, ";
print "<a href='${self_ref1}category=summary'>Category</a>, or ";
print "<a href='${self_ref1}responsible=summary'>Responsible Party</a>.";
print "<a href='${self_ref1}responsible=summary'>Responsible Party</a>.\n";
$self_ref2 = $self_ref . '?';
foreach ('category', 'originator', 'priority', 'class', 'responsible',