diff options
author | Tim Roes <mail@timroes.de> | 2012-04-19 13:12:33 +0200 |
---|---|---|
committer | Tim Roes <mail@timroes.de> | 2012-04-19 13:12:33 +0200 |
commit | 1ace11ea29d4c72d20d1c15e6be53c1ceda69754 (patch) | |
tree | 7116d0feceb2ac07019b8c75c46122fcfaa44236 /inc/html.php | |
parent | b2a3342a5ee467dde700d5c67249400d5eb01f86 (diff) | |
parent | ff71173477e54774b5571015d49d944f51cb8a26 (diff) | |
download | rpg-1ace11ea29d4c72d20d1c15e6be53c1ceda69754.tar.gz rpg-1ace11ea29d4c72d20d1c15e6be53c1ceda69754.tar.bz2 |
Merge branch 'master' of https://github.com/splitbrain/dokuwiki
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'); |