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

Gavin Atkinson gavin at FreeBSD.org
Wed May 1 12:29:22 UTC 2013


Author: gavin
Date: Wed May  1 12:29:21 2013
New Revision: 41533
URL: http://svnweb.freebsd.org/changeset/doc/41533

Log:
  Indent with a slightly more common two spaces, not three.

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/monthly.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/monthly.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/monthly.cgi	Wed May  1 12:28:35 2013	(r41532)
+++ head/en_US.ISO8859-1/htdocs/cgi/monthly.cgi	Wed May  1 12:29:21 2013	(r41533)
@@ -24,7 +24,7 @@ sub xml
 
 	my($Tag, $Etc) = split(' ', $TagEtc, 2);
 
-	my $Spaces = " " x ($Indent*3);
+	my $Spaces = " " x ($Indent*2);
 	if (!@Text)
 	{
 		# No text in the tag


More information about the svn-doc-all mailing list