diff options
author | patdenice <patdenice@piwigo.org> | 2011-03-29 19:30:28 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-03-29 19:30:28 +0000 |
commit | 1ab138e7317ad80b128ec9d8819a3c70ca0469fd (patch) | |
tree | 858cb45a9ba902d813fa50a30fde2adfa17f0b6b /language/en_UK | |
parent | 526074d7d6802f4c2f8bb36375292480a7c9f473 (diff) |
bug:2234
HTML characters are allowed in username
git-svn-id: http://piwigo.org/svn/trunk@9923 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index ac792a23a..97f528c61 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -358,4 +358,5 @@ $lang['This author modified following comment:'] = 'This author modified followi $lang['This author removed the comment with id %d'] = 'This author removed the comment with id %d'; $lang['delete this comment'] = "delete this comment"; $lang['validate this comment'] = 'validate this comment'; +$lang['html tags are not allowed in login'] = 'html tags are not allowed in login'; ?>
\ No newline at end of file |