diff --git a/system/install/install.parser.sql b/system/install/install.parser.sql index 6dff1371..e5617048 100644 --- a/system/install/install.parser.sql +++ b/system/install/install.parser.sql @@ -64,4 +64,4 @@ INSERT INTO `sed_parser` VALUES(63, 'Columns', 0, 1, 330, '\\[c1\\:([^\\\\[]*)\\ INSERT INTO `sed_parser` VALUES(64, 'Paragraph', 0, 0, 23, '[p]', '[/p]', '

', '

', 1); INSERT INTO `sed_parser` VALUES(65, 'PFS', 0, 1, 25, '\\[pfs\\]([^\\\\([]*)\\[\\/pfs\\]', NULL, '$1', NULL, 1); INSERT INTO `sed_parser` VALUES(66, 'Headers h1-h6', 0, 1, 24, '\\[h([1-6])\\](.+?)\\[/h\\1\\]', '', '$2', '', 1); -INSERT INTO `sed_parser` VALUES(67, 'Size 1-29', 0, 1, 25, '\\[size=([1-2][0-9]?)\\](.+?)\\[\\/size\\]', '', '$2', '', 1); \ No newline at end of file +INSERT INTO `sed_parser` VALUES(67, 'Size 1-29', 0, 1, 25, '\\[size=([1-2]?[0-9]?)\\](.+?)\\[\\/size\\]', '', '$2', '', 1); \ No newline at end of file