From 24a33b42ae28709c5ef59638ddd1189329d176db Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 26 Feb 2006 18:23:32 +0100 Subject: changed IDs to avoid name clashes darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz --- inc/parser/xhtml.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inc/parser/xhtml.php') diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 2d241589f..50f011b5f 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -66,7 +66,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { // open the footnote and set the anchor and backlink $this->doc .= '
'; - $this->doc .= ''; + $this->doc .= ''; $this->doc .= $id.') '.DOKU_LF; // get any other footnotes that use the same markup @@ -75,7 +75,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { if (count($alt)) { foreach ($alt as $ref) { // set anchor and backlink for the other footnotes - $this->doc .= ', '; + $this->doc .= ', '; $this->doc .= ($ref+1).') '.DOKU_LF; } } @@ -278,7 +278,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { } // output the footnote reference and link, incl. onmouseover for insitu footnote popup - $this->doc .= ''.$id.')'; + $this->doc .= ''.$id.')'; } function listu_open() { -- cgit v1.2.3