You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/25 22:52:54 UTC

svn commit: r1581548 - /thrift/cms-site/trunk/lib/view.pm

Author: joes
Date: Tue Mar 25 21:52:54 2014
New Revision: 1581548

URL: http://svn.apache.org/r1581548
Log:
trial and error

Modified:
    thrift/cms-site/trunk/lib/view.pm

Modified: thrift/cms-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/view.pm?rev=1581548&r1=1581547&r2=1581548&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/view.pm (original)
+++ thrift/cms-site/trunk/lib/view.pm Tue Mar 25 21:52:54 2014
@@ -15,7 +15,7 @@ sub fetch_deps {
         my ($filename, $dirname) = parse_filename;
         $file = $filename eq "index" ? $dirname : "$dirname$filename.html";
         $data->{$file} = {};
-        read_text_file $_, $data->{$file};
+        read_text_file "content$_", $data->{$file};
         $data->{$file}->{headers}->{title} //= $filename;
     }
 }