From 5400331dc67bbcd5a576915d202a00018f66ff4c Mon Sep 17 00:00:00 2001 From: andi Date: Mon, 25 Apr 2005 20:52:35 +0200 Subject: no secedit buttons in preview darcs-hash:20050425185235-9977f-d4d643c88a76c9883853677e9925ef953d0d13c5.gz --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/html.php b/inc/html.php index 5de965a4c..7e60cad34 100644 --- a/inc/html.php +++ b/inc/html.php @@ -260,7 +260,7 @@ function html_show($txt=''){ global $REV; global $HIGH; //disable section editing for old revisions or in preview - if($text || $REV){ + if($txt || $REV){ $secedit = false; }else{ $secedit = true; -- cgit v1.2.3