Aleksander Machniak
2012-07-24 0afe27901189a5416dc696eef32e2bc2e5fe3844
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) {