|
@@ -14,7 +14,7 @@ |
|
|
block discarded – undo |
|
14
|
14
|
'/(\n|^)\/\/(.*?)(\n|$)/' => "\n", |
|
15
|
15
|
'/\n/' => ' ', |
|
16
|
16
|
'/\<\!--.*?-->/' => '', |
|
17
|
|
- '/(\x20+|\t)/' => ' ', // Delete multi space (Without \n) |
|
|
17
|
+ '/(\x20+|\t)/' => ' ', // Delete multi space (Without \n) |
|
18
|
18
|
'/\>\s+\</' => '> <', // Replace white spaces between tags with one space |
|
19
|
19
|
'/(\"|\')\s+\>/' => '$1>', // Strip whitespaces between quotation ("') and end tags |
|
20
|
20
|
'/=\s+(\"|\')/' => '=$1', // Strip whitespaces between = "' |
Please login to merge, or discard this patch.