diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-04-14 00:21:47 -0400 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-04-14 00:21:47 -0400 |
commit | c37288f0b24c19813405096c087ab0c7c171c358 (patch) | |
tree | d670a9dba4300b4f817d25a12cbb26aad4b487df /modules | |
parent | 1eab94f6062b5f54ea5d9db01d968e7195f3de9d (diff) |
Sanitize all key values.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/error_admin.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/error_admin.html.php b/modules/gallery/views/error_admin.html.php index cd1bd569..036e2049 100644 --- a/modules/gallery/views/error_admin.html.php +++ b/modules/gallery/views/error_admin.html.php @@ -289,7 +289,7 @@ <tr> <td class="key"> <code> - <?= $key?> + <?= html::purify($key) ?> </code> </td> <td class="value"> |