diff options
author | Tobias Sarnowski <sarnowski@cosmocode.de> | 2012-04-20 08:54:55 +0200 |
---|---|---|
committer | Tobias Sarnowski <sarnowski@cosmocode.de> | 2012-04-20 08:54:55 +0200 |
commit | 3d8d400934f7a435100874d5cae37fdb1cd98703 (patch) | |
tree | cc55060d43edb937a9fc19a508c4c07998a756bd /inc/html.php | |
parent | 9c6354e5be3db406fa7f0966d65063e1d3b4d242 (diff) | |
parent | 2f85287ef7aafab72cec14c85c1ab4cd1d7facc9 (diff) | |
download | rpg-3d8d400934f7a435100874d5cae37fdb1cd98703.tar.gz rpg-3d8d400934f7a435100874d5cae37fdb1cd98703.tar.bz2 |
Merge branch 'master' into phpunit
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index b233e1d92..022cd792a 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1436,7 +1436,7 @@ function html_edit_form($param) { global $TEXT; if ($param['target'] !== 'section') { - msg('No editor for edit target ' . $param['target'] . ' found.', -1); + msg('No editor for edit target ' . hsc($param['target']) . ' found.', -1); } $attr = array('tabindex'=>'1'); |