You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/07/19 10:36:53 UTC

svn commit: r916753 [11/11] - /websites/production/struts/content/development/2.x/docs/

Modified: websites/production/struts/content/development/2.x/docs/zero-configuration.html
==============================================================================
--- websites/production/struts/content/development/2.x/docs/zero-configuration.html (original)
+++ websites/production/struts/content/development/2.x/docs/zero-configuration.html Sat Jul 19 08:36:44 2014
@@ -37,8 +37,12 @@ under the License. 
     <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>
-    <script src='http://struts.apache.org/highlighter/js/shBrushJava.js' type='text/javascript'></script>
-
+    <script src="http://struts.apache.org/highlighter/js/shBrushPlain.js" type="text/javascript"></script>
+    <script src="http://struts.apache.org/highlighter/js/shBrushXml.js" type="text/javascript"></script>
+    <script src="http://struts.apache.org/highlighter/js/shBrushJava.js" type="text/javascript"></script>
+    <script src="http://struts.apache.org/highlighter/js/shBrushJScript.js" type="text/javascript"></script>
+    <script src="http://struts.apache.org/highlighter/js/shBrushGroovy.js" type="text/javascript"></script>
+    <script src="http://struts.apache.org/highlighter/js/shBrushBash.js" type="text/javascript"></script>
     <script type="text/javascript">
         SyntaxHighlighter.defaults['toolbar'] = false;
         SyntaxHighlighter.all();