From 11d0aa478c0ed10f26b6f8d7a1f1ab9404464cd3 Mon Sep 17 00:00:00 2001 From: andi Date: Wed, 6 Apr 2005 20:21:11 +0200 Subject: new parser: camelcase works darcs-hash:20050406182111-9977f-1de9796a2badb831b65ed6c5ca14d9508e56f4cc.gz --- inc/parser/xhtml.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'inc/parser/xhtml.php') diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 7d14d59e4..5cb4b3001 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -360,22 +360,9 @@ class Doku_Renderer_XHTML extends Doku_Renderer { } /** - * @TODO Handle local vs. global namespace checks */ function camelcaselink($link) { - - echo ''; - echo $this->__xmlEntities($link); - echo ''; + $this->internallink($link,$link); } /** -- cgit v1.2.3