Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 1361629

Browse files
author
Rias
authored
Parse everything between the tags
1 parent 30d91bd commit 1361629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpacelessTags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class SpacelessTags extends Tags
1313
*/
1414
public function index()
1515
{
16-
return trim(preg_replace('/>\s+</', '><', $this->content));
16+
return trim(preg_replace('/>\s+</', '><', $this->parse()));
1717
}
1818

1919
}

0 commit comments

Comments
 (0)