aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes_new.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes_new.php')
-rw-r--r--admin/themes_new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes_new.php b/admin/themes_new.php
index 542d8a79f..f71d87890 100644
--- a/admin/themes_new.php
+++ b/admin/themes_new.php
@@ -102,7 +102,7 @@ if (isset($_GET['installstatus']))
default:
array_push(
$page['errors'],
- sprintf(l10n('An error occured during extraction (%s).'), $_GET['installstatus'])
+ sprintf(l10n('An error occured during extraction (%s).'), htmlspecialchars($_GET['installstatus']))
);
}
}