diff --git a/src/dbquery.c b/src/dbquery.c
index 7ae8dbb..7705e03 100644
--- a/src/dbquery.c
+++ b/src/dbquery.c
@@ -31,7 +31,7 @@ static inline void print_tblheader(const char *c) {
char *labels;
switch (*c) {
default:
- labels = "
\
+ labels = "\
Map List | \
\
Name | \
@@ -41,7 +41,7 @@ static inline void print_tblheader(const char *c) {
";
break;
case QMLEADERBOARD:
- labels = "\
+ labels = "\
Leaderboard
| \
\
Rank | \
@@ -50,7 +50,7 @@ static inline void print_tblheader(const char *c) {
";
break;
case QRPLAYER:
- labels = "\
+ labels = "\
Ranks | \
\
Name | \
@@ -98,7 +98,7 @@ static void qresult(sqlite3_stmt * const sp, const char *c) {
if (ISPLAYERNAME(c, i)) {
print_plname(field);
} else if (ISMAPNAME(c, i)) {
- printf("%s | ", field, field);
+ printf("%s | ", field, field);
} else if (i == 2 && (*c == QMLEADERBOARD || *c == QOVERVIEW)) {
print_time(field);
} else {
diff --git a/src/main.c b/src/main.c
index ea1b5a4..0f64fd4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -8,10 +8,7 @@ void html(void) {
\
/v/ - Xonotic\
:-) / nice one
";
- const char *html_bot = "
Pages under construction.
\
- Service may sporadically become unavailable.
\
- In-game database is not directly synced with this web server.\
-
\
+ const char *html_bot = "
\