mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 17:53:50 -04:00
Update all code to use helper method html::clean(), html::purify(), ... instead of SafeString directly.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class="gRemoveDir ui-icon ui-icon-trash">
|
||||
X
|
||||
</a>
|
||||
<?= SafeString::of($path) ?>
|
||||
<?= html::clean($path) ?>
|
||||
</li>
|
||||
<? endforeach ?>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user