Completed
Push — develop-3.3.x ( 14fb0f...a34523 )
by Matt
04:06
created
migrations/v310_m1_remove_data.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -147,8 +147,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.