svn commit: r45273 - head/ru_RU.KOI8-R/htdocs/ports

Sergey Kandaurov pluknet at FreeBSD.org
Sun Jul 13 19:46:07 UTC 2014


Author: pluknet
Date: Sun Jul 13 19:46:06 2014
New Revision: 45273
URL: http://svnweb.freebsd.org/changeset/doc/45273

Log:
  MFen r45243 and thus unbreak the web build process.
  
  Reported by:	gavin

Modified:
  head/ru_RU.KOI8-R/htdocs/ports/portindex

Modified: head/ru_RU.KOI8-R/htdocs/ports/portindex
==============================================================================
--- head/ru_RU.KOI8-R/htdocs/ports/portindex	Sun Jul 13 18:11:41 2014	(r45272)
+++ head/ru_RU.KOI8-R/htdocs/ports/portindex	Sun Jul 13 19:46:06 2014	(r45273)
@@ -11,7 +11,7 @@
 # $FreeBSD$
 # $FreeBSDru: frdp/www/ru/ports/portindex,v 1.14 2004/03/23 21:10:07 phantom Exp $
 #
-# Original revision: r39632
+# Original revision: r45243
 #
 
 ############################################################
@@ -362,8 +362,8 @@ EOF
 	  "<li><a href=\"$key.html\">\u$key</a> <em>($stats{$key})</em>";
 	if ($category_description{$key}{desc}) {
 	  print $moutf " -- " . $category_description{$key}{desc};
-	print $moutf "</li>\n";
 	}
+	print $moutf "</li>\n";
       }
       print $moutf "</ul>\n";
     }


More information about the svn-doc-head mailing list