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/html.php | 22 +++++++++++----------- inc/parser/xhtml.php | 6 +++--- inc/template.php | 6 +++--- 3 files changed, 17 insertions(+), 17 deletions(-) (limited to 'inc') diff --git a/inc/html.php b/inc/html.php index 10a599c84..2fc6bfe37 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1000,7 +1000,7 @@ function html_edit($text=null,$include='edit'){ //FIXME: include needed?
-
+
@@ -1012,27 +1012,27 @@ function html_edit($text=null,$include='edit'){ //FIXME: include needed? textChanged = ; - + -
+
-
+
- + -
-
+
+
- - + +
- - + +
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() { diff --git a/inc/template.php b/inc/template.php index 5d085605d..db039e3db 100644 --- a/inc/template.php +++ b/inc/template.php @@ -496,9 +496,9 @@ function tpl_searchform($ajax=true,$autocomplete=true){ print ''; + print 'id="qsearch__in" accesskey="f" name="id" class="edit" />'; print ''; - if($ajax) print '
'; + if($ajax) print '
'; print '
'; } @@ -821,7 +821,7 @@ function tpl_mediauploadform(){ ptln('',4); ptln('',4); if($AUTH >= AUTH_DELETE){ - ptln('',4); + ptln('',4); } ptln('',2); } -- cgit v1.2.3