Rev 209 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 209 | Rev 232 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | <!-- |
38 | <!-- |
39 | At least one brush, here we choose JS. You need to include a brush for every |
39 | At least one brush, here we choose JS. You need to include a brush for every |
40 | language you want to highlight |
40 | language you want to highlight |
41 | --> |
41 | --> |
42 | <script type="text/javascript" src="<mtw:contextPath/>/sh/js/shBrushJava.js"></script> |
42 | <script type="text/javascript" src="<mtw:contextPath/>/sh/js/shBrushJava.js"></script> |
- | 43 | <script type="text/javascript" src="<mtw:contextPath/>/sh/js/shBrushXml.js"></script> |
|
- | 44 | <script type="text/javascript" src="<mtw:contextPath/>/sh/js/shBrushRuby.js"></script> |
|
43 | 45 | ||
44 | <!-- Include *at least* the core style and default theme --> |
46 | <!-- Include *at least* the core style and default theme --> |
45 | <link href="<mtw:contextPath/>/sh/css/shCore.css" rel="stylesheet" type="text/css" /> |
47 | <link href="<mtw:contextPath/>/sh/css/shCore.css" rel="stylesheet" type="text/css" /> |
46 | <link href="<mtw:contextPath/>/sh/css/shThemeDefault.css" rel="stylesheet" type="text/css" /> |
48 | <link href="<mtw:contextPath/>/sh/css/shThemeDefault.css" rel="stylesheet" type="text/css" /> |
47 | 49 |