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 2017/03/08 12:55:15 UTC

[11/15] struts-site git commit: Adds missing CSS brush support

Adds missing CSS brush support


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/96e37e16
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/96e37e16
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/96e37e16

Branch: refs/heads/master
Commit: 96e37e1610044fd9d6f447a8ecfe038dd897ad2e
Parents: f06009e
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Mon Feb 13 11:53:11 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Wed Mar 8 13:54:43 2017 +0100

----------------------------------------------------------------------
 src/etc/template.vm | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/96e37e16/src/etc/template.vm
----------------------------------------------------------------------
diff --git a/src/etc/template.vm b/src/etc/template.vm
index 92ac293..7f0d020 100644
--- a/src/etc/template.vm
+++ b/src/etc/template.vm
@@ -45,6 +45,7 @@ under the License.
     <script src='$stylebase/highlighter/js/shBrushJScript.js' type='text/javascript'></script>
     <script src='$stylebase/highlighter/js/shBrushGroovy.js' type='text/javascript'></script>
     <script src='$stylebase/highlighter/js/shBrushBash.js' type='text/javascript'></script>
+    <script src='$stylebase/highlighter/js/shBrushCss.js' type='text/javascript'></script>
     <script type="text/javascript">
         SyntaxHighlighter.defaults['toolbar'] = false;
         SyntaxHighlighter.all();