diff options
author | neoraider <devnull@localhost> | 2006-12-10 22:31:01 +0100 |
---|---|---|
committer | neoraider <devnull@localhost> | 2006-12-10 22:31:01 +0100 |
commit | 366f92b1d43fc002691c4563660f4308d1f388a4 (patch) | |
tree | 4607381e6cfd0a9b8be73f6bfc95ba2a441bf469 /templates | |
parent | 3760ff689bc74cc234c8c06b5007fb6f9a2270e0 (diff) | |
download | bbcode-366f92b1d43fc002691c4563660f4308d1f388a4.tar bbcode-366f92b1d43fc002691c4563660f4308d1f388a4.zip |
Bug im Editor gefixt
Diffstat (limited to 'templates')
-rw-r--r-- | templates/bbcode.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bbcode.inc.php b/templates/bbcode.inc.php index 9219331..a3a07f5 100644 --- a/templates/bbcode.inc.php +++ b/templates/bbcode.inc.php @@ -22,7 +22,7 @@ $content .= '<input type="hidden" name="backlink" value="' . htmlspecialchars($data['_backlink']) . '" />'; $content .= 'Titel: <input type="text" name="data_title" value="'; $content .= htmlspecialchars($data['title']) . '" size="70" /><br />'; - $content .= '<textarea name="data_content" class="pageedit spaced-top spaced-bottom" rows="25" cols="70">'; + $content .= '<textarea name="data_code" class="pageedit spaced-top spaced-bottom" rows="25" cols="70">'; $content .= htmlspecialchars($data['code']) . '</textarea><br />'; $content .= '<input type="submit" value="Änderungen übernehmen" />'; $content .= '<input type="submit" name="back" value="Zurück" />'; |