You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bo...@apache.org on 2013/09/14 23:55:30 UTC

svn commit: r1523337 - /tapestry/tapestry-site/trunk/template/template.vm

Author: bobharner
Date: Sat Sep 14 21:55:29 2013
New Revision: 1523337

URL: http://svn.apache.org/r1523337
Log:
Reverted rev 1523329 (failed experiment)

Modified:
    tapestry/tapestry-site/trunk/template/template.vm

Modified: tapestry/tapestry-site/trunk/template/template.vm
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/template/template.vm?rev=1523337&r1=1523336&r2=1523337&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/template/template.vm (original)
+++ tapestry/tapestry-site/trunk/template/template.vm Sat Sep 14 21:55:29 2013
@@ -53,7 +53,7 @@ $content.replaceAll("Page Title", $page.
 
 <div id="content">
 #set($body = $page.getContent())
-$body.replaceAll('rel="nofollow"', "").replaceAll('<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[', '<pre class="code-java">').replaceAll(']]></script>', '/pre>')
+$body.replaceAll('rel="nofollow"', "")
 </div>
 
 <div class="clearer"></div>