summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-05-13 13:43:56 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-05-13 13:43:56 +0200
commita8bd192a380e9ca2870cad0c9ee11ce6a598eadb (patch)
treec2fb0612e55675d4d41770efbf6085c04aaa59a3 /inc
parent60b9901b5ad71f2968a75700cc8d30454f51800a (diff)
downloadrpg-a8bd192a380e9ca2870cad0c9ee11ce6a598eadb.tar.gz
rpg-a8bd192a380e9ca2870cad0c9ee11ce6a598eadb.tar.bz2
fixed copy'n'paste error for previous apostrophe fix
darcs-hash:20070513114356-7ad00-9908fbead71a836679e884cf8225c20dcf14ce85.gz
Diffstat (limited to 'inc')
-rw-r--r--inc/parser/xhtml.php2
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() {