mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-09 14:47:04 +02:00
W3 Fixes <br/> > <br>
This commit is contained in:
@@ -157,7 +157,7 @@ class Html
|
||||
*/
|
||||
public static function br($num = 1)
|
||||
{
|
||||
return str_repeat("<br />",(int) $num);
|
||||
return str_repeat("<br>",(int) $num);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user