summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorchris <chris@jalakai.co.uk>2006-07-28 11:39:13 +0200
committerchris <chris@jalakai.co.uk>2006-07-28 11:39:13 +0200
commitca64d724f843ee542099d4d0fc7a5d0b52d3786b (patch)
tree0dcea300ab438c6f757d8fd98a77ca3ed1386851 /install.php
parent416326e7ee8aad77955a507ac1f7b1b0f50ac3a8 (diff)
downloadrpg-ca64d724f843ee542099d4d0fc7a5d0b52d3786b.tar.gz
rpg-ca64d724f843ee542099d4d0fc7a5d0b52d3786b.tar.bz2
i18n update
set correct values for "lang" and "dir" when english "install.html" is substituted for missing text in the selected language. darcs-hash:20060728093913-9b6ab-376cdd98ba6c63597ff8ee25c84a4ba119f095cc.gz
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.php b/install.php
index 40d66ee4f..5af27a0c6 100644
--- a/install.php
+++ b/install.php
@@ -98,7 +98,9 @@ header('Content-Type: text/html; charset=utf-8');
if(@file_exists(DOKU_INC.'inc/lang/'.$LC.'/install.html')){
include(DOKU_INC.'inc/lang/'.$LC.'/install.html');
}else{
+ print "<div lang=\"en\" dir=\"ltr\">\n";
include(DOKU_INC.'inc/lang/en/install.html');
+ print "</div>\n";
}
?>
</div>