equal
deleted
inserted
replaced
2795 } |
2795 } |
2796 |
2796 |
2797 /** |
2797 /** |
2798 * Aggressively and hopefully non-destructively optimizes a blob of HTML. |
2798 * Aggressively and hopefully non-destructively optimizes a blob of HTML. |
2799 * @param string HTML to process |
2799 * @param string HTML to process |
2800 * @return string much snaller HTML |
2800 * @return string much smaller HTML |
2801 */ |
2801 */ |
2802 |
2802 |
2803 function aggressive_optimize_html($html) |
2803 function aggressive_optimize_html($html) |
2804 { |
2804 { |
2805 $size_before = strlen($html); |
2805 $size_before = strlen($html); |