Completed
Push — master ( 2bc2f8...d2404c )
by Lars
01:00
created
example/example_add_content.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 // add: "<br>" to "<li>"
10 10
 $htmlTmp = HtmlDomParser::str_get_html($templateHtml);
11 11
 foreach ($htmlTmp->find('ul li') as $li) {
12
-    $li->innerhtml = '<br>' . $li->innerhtml . '<br>';
12
+    $li->innerhtml = '<br>'.$li->innerhtml.'<br>';
13 13
 }
14 14
 
15 15
 $templateHtml = $htmlTmp->save();
Please login to merge, or discard this patch.