Skip to content

Commit 8cd58a5

Browse files
authored
init
1 parent 22d8994 commit 8cd58a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ function slug_format($string)
265265
*/
266266
function icon($string = 'fa-regular fa-circle-check')
267267
{
268-
return "<i class='".$string."'></i>;
268+
return "<i class='".$string."'></i>&nbsp;";
269269
}
270270
}
271271

0 commit comments

Comments
 (0)