summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorTim Roes <mail@timroes.de>2012-04-19 13:12:33 +0200
committerTim Roes <mail@timroes.de>2012-04-19 13:12:33 +0200
commit1ace11ea29d4c72d20d1c15e6be53c1ceda69754 (patch)
tree7116d0feceb2ac07019b8c75c46122fcfaa44236 /inc/html.php
parentb2a3342a5ee467dde700d5c67249400d5eb01f86 (diff)
parentff71173477e54774b5571015d49d944f51cb8a26 (diff)
downloadrpg-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.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');