aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2010-04-24 18:58:05 +0200
committerWojciech Polak <polak@gnu.org>2010-04-24 18:58:05 +0200
commit2dba4fd46dbaece7a6e5e9a67bd41f1fd8a01560 (patch)
tree19ce9baecbb243ed3ac8ea5ababa136e281fd828 /frontend
parentbe8dffced57331dd6a6824a47b54c9222bacd76c (diff)
downloadcheetah-2dba4fd46dbaece7a6e5e9a67bd41f1fd8a01560.tar.gz
cheetah-2dba4fd46dbaece7a6e5e9a67bd41f1fd8a01560.tar.bz2
Minor changes.
Diffstat (limited to 'frontend')
-rw-r--r--frontend/html/loading.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/frontend/html/loading.php b/frontend/html/loading.php
index 1dc5aad..aaa4165 100644
--- a/frontend/html/loading.php
+++ b/frontend/html/loading.php
@@ -24,7 +24,7 @@ header ("Content-Type: text/html; charset=UTF-8");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<?php echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$CHEETAH_LANG.'" lang="'.$CHEETAH_LANG.'">'."\n"; ?>
+<?php echo '<html xmlns="http://www.w3.org/1999/xhtml">'."\n"; ?>
<head>
<title>Cheetah News</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -37,13 +37,6 @@ div.notice {
font-size: 120%;
margin-top: 2em;
}
-div.error {
- text-align: center;
- font-weight: bold;
- font-size: 120%;
- color: red;
- margin-top: 2em;
-}
</style>
</head>
<body>

Return to:

Send suggestions and report system problems to the System administrator.