summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_maintenance.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-02-02 15:00:05 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-02 15:00:05 -0800
commit1c0e5eaa0d9b65863c9fd04aff940c1a2b7e682d (patch)
tree3d6862d22ce58a57db541b53941d8dfd2962c358 /modules/gallery/views/admin_maintenance.html.php
parentf69493d1384108bf65fc2b92d25fc3b854dee929 (diff)
use html::purify to cleans the additional content on the admin maintence page.
Diffstat (limited to 'modules/gallery/views/admin_maintenance.html.php')
-rw-r--r--modules/gallery/views/admin_maintenance.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_maintenance.html.php b/modules/gallery/views/admin_maintenance.html.php
index 444bf1fe..19375670 100644
--- a/modules/gallery/views/admin_maintenance.html.php
+++ b/modules/gallery/views/admin_maintenance.html.php
@@ -42,7 +42,7 @@
</div>
<? foreach ($task_maintenance_content as $content): ?>
- <?= $content ?>
+ <?= html::purify($content) ?>
<? endforeach ?>
<? if ($running_tasks->count()): ?>