svn commit: r39243 - head/en_US.ISO8859-1/htdocs/cgi

Isabell Long issyl0 at FreeBSD.org
Sun Jul 22 10:52:16 UTC 2012


Author: issyl0
Date: Sun Jul 22 10:52:16 2012
New Revision: 39243
URL: http://svn.freebsd.org/changeset/doc/39243

Log:
  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)

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi	Sat Jul 21 18:10:30 2012	(r39242)
+++ head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi	Sun Jul 22 10:52:16 2012	(r39243)
@@ -211,7 +211,7 @@ print "<p>You may view summaries by <a h
 $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',


More information about the svn-doc-all mailing list