alecpl
2011-11-15 2eeb128d06ad37dea9bd1765784fb53e47ef527c
program/js/tiny_mce/utils/validate.js
@@ -32,7 +32,7 @@
   },
   isSize : function(s) {
      return this.test(s, '^[0-9]+(%|in|cm|mm|em|ex|pt|pc|px)?$');
      return this.test(s, '^[0-9.]+(%|in|cm|mm|em|ex|pt|pc|px)?$');
   },
   isId : function(s) {