You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by pn...@apache.org on 2011/03/20 00:52:26 UTC

[Lucene.Net] svn commit: r1083335 - /incubator/lucene.net/site/trunk/lib/view.pm

Author: pnasser
Date: Sat Mar 19 23:52:25 2011
New Revision: 1083335

URL: http://svn.apache.org/viewvc?rev=1083335&view=rev
Log:
minor change to view.pm regenerates all tag lines - regenerating tag lines

Modified:
    incubator/lucene.net/site/trunk/lib/view.pm

Modified: incubator/lucene.net/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/lib/view.pm?rev=1083335&r1=1083334&r2=1083335&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/lib/view.pm (original)
+++ incubator/lucene.net/site/trunk/lib/view.pm Sat Mar 19 23:52:25 2011
@@ -101,6 +101,7 @@ sub sitemap {
 sub _tagline {
     # This causes problems when updating via the website - becuase $_ is null, whatever page that is updated loses it's specfic tagline
 	# and gets the generic tagline.
+	# Updating this file regenerates all tag lines
     my $file = ""; 
 	if ($_) {        			
 	    $file = basename($_);