Skip to content

Commit

Permalink
Fix sed_parser - Size bbcode
Browse files Browse the repository at this point in the history
  • Loading branch information
avego committed Dec 7, 2014
1 parent 6cbbb23 commit 1b0260a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/install/install.parser.sql
Expand Up @@ -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]', '<p>', '</p>', 1);
INSERT INTO `sed_parser` VALUES(65, 'PFS', 0, 1, 25, '\\[pfs\\]([^\\\\([]*)\\[\\/pfs\\]', NULL, '<a href="datas/users/$1"><img src="system/img/admin/pfs.png" alt="" />$1</a>', NULL, 1);
INSERT INTO `sed_parser` VALUES(66, 'Headers h1-h6', 0, 1, 24, '\\[h([1-6])\\](.+?)\\[/h\\1\\]', '', '<h$1>$2</h$1>', '', 1);
INSERT INTO `sed_parser` VALUES(67, 'Size 1-29', 0, 1, 25, '\\[size=([1-2][0-9]?)\\](.+?)\\[\\/size\\]', '', '<span style="font-size:$1pt">$2</span>', '', 1);
INSERT INTO `sed_parser` VALUES(67, 'Size 1-29', 0, 1, 25, '\\[size=([1-2]?[0-9]?)\\](.+?)\\[\\/size\\]', '', '<span style="font-size:$1pt">$2</span>', '', 1);

0 comments on commit 1b0260a

Please sign in to comment.