Author: dkulp
Date: Thu Jun 20 21:20:55 2013
New Revision: 1495192

URL: http://svn.apache.org/r1495192
Log:
Extra "," in there

Modified:
    camel/website/template/template.camel

Modified: camel/website/template/template.camel
URL: 
http://svn.apache.org/viewvc/camel/website/template/template.camel?rev=1495192&r1=1495191&r2=1495192&view=diff
==============================================================================
--- camel/website/template/template.camel (original)
+++ camel/website/template/template.camel Thu Jun 20 21:20:55 2013
@@ -38,7 +38,7 @@
 
 #if($page.hasCode)
   <link href='http://camel.apache.org/styles/highlighter/styles/shCore.css' 
rel='stylesheet' type='text/css' />
-  <link 
href='http://camel,.apache.org/styles/highlighter/styles/shThemeEclipse.css' 
rel='stylesheet' type='text/css' />
+  <link 
href='http://camel.apache.org/styles/highlighter/styles/shThemeEclipse.css' 
rel='stylesheet' type='text/css' />
   <script src='http://camel.apache.org/styles/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
 #foreach ($hscript in $page.CodeScripts)
   <script src='http://camel.apache.org/styles/highlighter/scripts/$hscript' 
type='text/javascript'></script>


Reply via email to