diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-05-13 13:43:56 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-05-13 13:43:56 +0200 |
commit | a8bd192a380e9ca2870cad0c9ee11ce6a598eadb (patch) | |
tree | c2fb0612e55675d4d41770efbf6085c04aaa59a3 | |
parent | 60b9901b5ad71f2968a75700cc8d30454f51800a (diff) | |
download | rpg-a8bd192a380e9ca2870cad0c9ee11ce6a598eadb.tar.gz rpg-a8bd192a380e9ca2870cad0c9ee11ce6a598eadb.tar.bz2 |
fixed copy'n'paste error for previous apostrophe fix
darcs-hash:20070513114356-7ad00-9908fbead71a836679e884cf8225c20dcf14ce85.gz
-rw-r--r-- | inc/parser/xhtml.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |