Author: lukaszlenart
Date: Wed Jul 17 08:47:58 2013
New Revision: 1504054

URL: http://svn.apache.org/r1504054
Log:
Corrects small typo

Modified:
    struts/site/trunk/src/etc/template.vm

Modified: struts/site/trunk/src/etc/template.vm
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/src/etc/template.vm?rev=1504054&r1=1504053&r2=1504054&view=diff
==============================================================================
--- struts/site/trunk/src/etc/template.vm (original)
+++ struts/site/trunk/src/etc/template.vm Wed Jul 17 08:47:58 2013
@@ -36,8 +36,8 @@ under the License. 
         }
     </style>
 #if($page.hasCode)
-    <link href='http://struts.apache.org/highlighter/styles/shCoreStruts.css' 
rel='stylesheet' type='text/css' />
-    <link href='http://struts.apache.org/highlighter/styles/shThemeStruts.css' 
rel='stylesheet' type='text/css' />
+    <link href='http://struts.apache.org/highlighter/style/shCoreStruts.css' 
rel='stylesheet' type='text/css' />
+    <link href='http://struts.apache.org/highlighter/style/shThemeStruts.css' 
rel='stylesheet' type='text/css' />
     <script src='http://struts.apache.org/highlighter/js/shCore.js' 
type='text/javascript'></script>
     #foreach ($hscript in $page.CodeScripts)
         <script src='http://struts.apache.org/highlighter/js/$hscript' 
type='text/javascript'></script>


Reply via email to