summaryrefslogtreecommitdiff
path: root/modules/gallery/views/user_profile_info.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/user_profile_info.html.php')
-rw-r--r--modules/gallery/views/user_profile_info.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/user_profile_info.html.php b/modules/gallery/views/user_profile_info.html.php
index 2a2549c8..2f2d68d3 100644
--- a/modules/gallery/views/user_profile_info.html.php
+++ b/modules/gallery/views/user_profile_info.html.php
@@ -3,7 +3,7 @@
<? foreach ($fields as $field => $value): ?>
<tr>
<td><?= $field ?></td>
- <td><?= $value ?></td>
+ <td><?= html::purify($value) ?></td>
</tr>
<? endforeach ?>
</table>