Ignore:
Timestamp:
Mar 11, 2011, 10:07:59 AM (13 years ago)
Author:
patdenice
Message:

feature:2114
All combined scripts must end with ; to avoid javascript error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r9594 r9606  
    13191319      try { $js = JSMin::minify($js); } catch(Exception $e) {}
    13201320    }
    1321     return $js;
     1321    return trim($js, " \t\r\n;").";\n";
    13221322  }
    13231323
Note: See TracChangeset for help on using the changeset viewer.