Author: joes
Date: Mon Mar 24 20:33:02 2014
New Revision: 1581039

URL: http://svn.apache.org/r1581039
Log:
pretty_uri

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

Modified: thrift/cms-site/trunk/lib/path.pm
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1581039&r1=1581038&r2=1581039&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Mon Mar 24 20:33:02 2014
@@ -12,7 +12,7 @@ my %thrift_args = (
     snippet_footer=>                        # append this string to every 
generated snipppet block
         q(<p>This snippet was generated by {{ conf.title }}'s
              <strong>source tree docs</strong>:
-             <a href="{{ $snippet.uri }}"</a>{{ $snippet.path }}</a>
+             <a href="{{ $snippet.pretty_uri }}"</a>{{ $snippet.path }}</a>
            </p>),
 );
 
@@ -38,7 +38,7 @@ our @patterns = (
         snippet_footer =>                  # these are full pages not simply 
snippets
             q(<p>This page was generated by {{ conf.title }}'s
                  <strong>source tree docs</strong>:
-                 <a href="{{ $snippet.uri }}"</a>{{ $snippet.path }}</a>
+                 <a href="{{ $snippet.pretty_uri }}"</a>{{ $snippet.path }}</a>
               </p>),
 
     }],


Reply via email to