phpbb_template_template_test_case::trim_template_result PHP Method

trim_template_result() protected static method

protected static trim_template_result ( $result )
    protected static function trim_template_result($result)
    {
        return str_replace("\n\n", "\n", implode("\n", array_map('trim', explode("\n", trim($result)))));
    }