Changeset 885485
- Timestamp:
- 04/01/2014 06:20:08 AM (12 years ago)
- File:
-
- 1 edited
-
sau-syntax/trunk/syntax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sau-syntax/trunk/syntax.php
r885480 r885485 49 49 $lang = trim(strtolower($lang)); 50 50 $tmp = htmlentities($content); 51 return '<pre class="saupre"><code class="saucode '.$lang.'">'. do_shortcode($tmp).'</code></pre>';51 return '<pre class="saupre"><code class="saucode '.$lang.'">'.$tmp.'</code></pre>'; 52 52 } 53 53 }
Note: See TracChangeset
for help on using the changeset viewer.