Author: cbrisson
Date: Tue Jun 26 16:12:23 2018
New Revision: 1834442
URL: http://svn.apache.org/viewvc?rev=1834442&view=rev
Log:
[site/tools] Little tweak to preprocessing {{source_file}} tag
Modified:
velocity/site/cms/trunk/lib/view.pm
Modified: velocity/site/cms/trunk/lib/view.pm
URL:
http://svn.apache.org/viewvc/velocity/site/cms/trunk/lib/view.pm?rev=1834442&r1=1834441&r2=1834442&view=diff
==============================================================================
--- velocity/site/cms/trunk/lib/view.pm (original)
+++ velocity/site/cms/trunk/lib/view.pm Tue Jun 26 16:12:23 2018
@@ -75,7 +75,7 @@ sub source_file
if ($url =~ /(\w+\.[a-z]+)$/)
{
my $filename = $1;
- $content = "\n\n### [$filename]($url)\n\n$content";
+ $content = "\n\n#### [$filename]($url)\n\n$content";
}
return $content;