From 8b00ebcf69e81e23f9b0119eb111bfa87d0e51cc Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 25 Feb 2005 13:02:55 +0100 Subject: typo fix darcs-hash:20050225120255-9977f-9e78c8f02f7580e4afed7f17c151fe3834397b5a.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 9cceee82c..cb5496ccd 100644 --- a/inc/html.php +++ b/inc/html.php @@ -248,7 +248,7 @@ function html_btn($name,$id,$akey,$params,$method='get'){ //make nice URLs even for buttons if(!$conf['userewrite']){ - $script = DOKU_BASE.DOKUSCRIPT; + $script = DOKU_BASE.DOKU_SCRIPT; $params['id'] = $id; }else{ $script = DOKU_BASE.$id; -- cgit v1.2.3