From 9864e7b158ed3f208e2e9df1696da5d446934ab8 Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Wed, 17 Feb 2010 11:10:00 +0100 Subject: Use double quotes for XHTML attributes --- inc/parser/xhtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/parser') diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index b6cc49cba..2638cb240 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -186,7 +186,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { } function section_open($level) { - $this->doc .= "
".DOKU_LF; + $this->doc .= '
' . DOKU_LF; } function section_close() { -- cgit v1.2.3