summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorTobias Sarnowski <sarnowski@cosmocode.de>2012-04-20 08:54:55 +0200
committerTobias Sarnowski <sarnowski@cosmocode.de>2012-04-20 08:54:55 +0200
commit3d8d400934f7a435100874d5cae37fdb1cd98703 (patch)
treecc55060d43edb937a9fc19a508c4c07998a756bd /inc
parent9c6354e5be3db406fa7f0966d65063e1d3b4d242 (diff)
parent2f85287ef7aafab72cec14c85c1ab4cd1d7facc9 (diff)
downloadrpg-3d8d400934f7a435100874d5cae37fdb1cd98703.tar.gz
rpg-3d8d400934f7a435100874d5cae37fdb1cd98703.tar.bz2
Merge branch 'master' into phpunit
Diffstat (limited to 'inc')
-rw-r--r--inc/html.php2
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');