mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
Uses proper path to Highlighter styles
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1536402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user