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/06 22:44:40 UTC

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

Author: pnasser
Date: Sun Mar  6 21:44:40 2011
New Revision: 1078589

URL: http://svn.apache.org/viewvc?rev=1078589&view=rev
Log: (empty)

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=1078589&r1=1078588&r2=1078589&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/lib/view.pm (original)
+++ incubator/lucene.net/site/trunk/lib/view.pm Sun Mar  6 21:44:40 2011
@@ -55,6 +55,7 @@ sub html {
 	my %args = @_;
     my $filepath = "content$args{path}";
     read_text_file($filepath, \%args);
+	$args{path} =~ s/\.mdtext$/\.html/;
     return ($filepath, 'html', \%args);
 }