- Timestamp:
- Mar 11, 2011, 10:07:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/template.class.php
r9594 r9606 1319 1319 try { $js = JSMin::minify($js); } catch(Exception $e) {} 1320 1320 } 1321 return $js;1321 return trim($js, " \t\r\n;").";\n"; 1322 1322 } 1323 1323
Note: See TracChangeset
for help on using the changeset viewer.