Update all code to use helper method html::clean(), html::purify(), ... instead of SafeString directly.

This commit is contained in:
Andy Staudacher
2009-08-29 22:54:20 -07:00
parent 952c885609
commit b9bd1681a3
52 changed files with 143 additions and 143 deletions

View File

@@ -16,7 +16,7 @@
class="gRemoveDir ui-icon ui-icon-trash">
X
</a>
<?= SafeString::of($path) ?>
<?= html::clean($path) ?>
</li>
<? endforeach ?>
</ul>