You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by jo...@apache.org on 2012/02/15 17:38:30 UTC

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

Author: joes
Date: Wed Feb 15 16:38:30 2012
New Revision: 1244581

URL: http://svn.apache.org/viewvc?rev=1244581&view=rev
Log:
bad sub name

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=1244581&r1=1244580&r2=1244581&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/lib/view.pm (original)
+++ incubator/lucene.net/site/trunk/lib/view.pm Wed Feb 15 16:38:30 2012
@@ -69,7 +69,7 @@ sub basic {
 sub news_page {
     my %args = @_;
     my $template = "content$args{path}";
-    $args{breadcrumbs} = breadcrumbs($args{path});
+    $args{breadcrumbs} = _breadcrumbs($args{path});
 
     my $page_path = $template;
     $page_path =~ s/\.[^.]+$/.page/;