@@ -73,8 +73,7 @@ |
||
73 | 73 | protected function bbvideo_pass($matches) |
74 | 74 | { |
75 | 75 | return (!empty($matches[2])) ? |
76 | - "[bbvideo=$matches[2]:$matches[3]]$matches[4][/bbvideo:$matches[3]]" : |
|
77 | - '[bbvideo=' . ext::BBVIDEO_WIDTH . ',' . ext::BBVIDEO_HEIGHT . ":$matches[3]]$matches[4][/bbvideo:$matches[3]]"; |
|
76 | + "[bbvideo=$matches[2]:$matches[3]]$matches[4][/bbvideo:$matches[3]]" : '[bbvideo=' . ext::BBVIDEO_WIDTH . ',' . ext::BBVIDEO_HEIGHT . ":$matches[3]]$matches[4][/bbvideo:$matches[3]]"; |
|
78 | 77 | } |
79 | 78 | |
80 | 79 | /** |
@@ -147,8 +147,8 @@ discard block |
||
147 | 147 | 'scrippet', |
148 | 148 | 'search', |
149 | 149 | 'thumbnail', |
150 | - 'hr', // no closing |
|
151 | - 'tab=', // no closing |
|
150 | + 'hr', // no closing |
|
151 | + 'tab=', // no closing |
|
152 | 152 | 'tabs', |
153 | 153 | 'table=', |
154 | 154 | 'anchor=', |
@@ -162,13 +162,13 @@ discard block |
||
162 | 162 | 'veoh', |
163 | 163 | |
164 | 164 | // These are being replaced by new BBCodes |
165 | - 'align=justify', // replaced by align= |
|
166 | - 'align=left', // replaced by align= |
|
167 | - 'align=right', // replaced by align= |
|
168 | - 'dir=rtl', // replaced by dir= |
|
169 | - 'marq=down', // replaced by marq= |
|
170 | - 'marq=left', // replaced by marq= |
|
171 | - 'marq=right', // replaced by marq= |
|
165 | + 'align=justify', // replaced by align= |
|
166 | + 'align=left', // replaced by align= |
|
167 | + 'align=right', // replaced by align= |
|
168 | + 'dir=rtl', // replaced by dir= |
|
169 | + 'marq=down', // replaced by marq= |
|
170 | + 'marq=left', // replaced by marq= |
|
171 | + 'marq=right', // replaced by marq= |
|
172 | 172 | ); |
173 | 173 | } |
174 | 174 | } |