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/24 19:09:03 UTC

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

Author: joes
Date: Mon Mar 24 18:09:03 2014
New Revision: 1580953

URL: http://svn.apache.org/r1580953
Log:
universal

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=1580953&r1=1580952&r2=1580953&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/view.pm (original)
+++ thrift/cms-site/trunk/lib/view.pm Mon Mar 24 18:09:03 2014
@@ -8,8 +8,8 @@ sub append_snippet_footer {
     $args{view} = [@{$args{view}}] if ref $args{view};
     my $view = ref $args{view} ? shift @{$args{view}} : delete $args{view};
     $args{content} =~ s/({{ snippet(\w+)\.fetch\|\w+ }}.*\n)/$1
-<p class="snippet_footer">This page was generated from {{ conf.title }}'s **source tree docs**:
-<a href="{{ snippet$2.uri }}">{{ snippet$2.path }}<\/a><\/p>
+<p class="snippet_footer">This page was generated from {{ conf.title }}'s
+<strong>source tree docs<\/strong>: <a href="{{ snippet$2.uri }}">{{ snippet$2.path }}<\/a><\/p>
 /;
     return view->can($view)->(%args);
 }