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();