From a8bd192a380e9ca2870cad0c9ee11ce6a598eadb Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 13 May 2007 13:43:56 +0200 Subject: fixed copy'n'paste error for previous apostrophe fix darcs-hash:20070513114356-7ad00-9908fbead71a836679e884cf8225c20dcf14ce85.gz --- 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 438410651..02071ec6c 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -457,7 +457,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { function apostrophe() { global $lang; - $this->doc .= $lang['singlequoteclosing']; + $this->doc .= $lang['apostrophe']; } function doublequoteopening() { -- cgit v1.2.3