openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4c4979a8f7480b616ac563589fa438830d07b1bc
parent 7375225f26d5c4c646f8fd90b56ee2535d3803f6
Author: dankert <devnull@localhost>
Date:   Sun,  1 Mar 2009 13:39:55 +0100

*** empty log message ***

Diffstat:
themes/default/include/html/editor.inc.php | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/themes/default/include/html/editor.inc.php b/themes/default/include/html/editor.inc.php @@ -196,8 +196,10 @@ function table() $text = explode("\n",$text); $doc->parse($text); // echo '<pre>';print_r($doc);echo '</pre>'; -// echo $doc->render('application/html-editor'); echo $doc->render('application/html-dom'); + echo '<hr />'; + echo $doc->render('application/html-editor'); +// echo $doc->render('application/html-dom'); break; case 'text':