Aleksander Machniak
2012-08-27 8eefbb2158c43b51a8c33e6c480cbe61539b9535
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) {