Aleksander Machniak
2012-06-06 d1d0564a91812e3e58569bfa0ef413d36e130d24
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) {