From: Alexander Barton Date: Wed, 1 Jan 2020 21:49:30 +0000 (+0100) Subject: Use "", and fix some validation errors X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59728b324c294dbbaec7e0bafdefa6ec9db664d6;p=ngircd-web.git Use "", and fix some validation errors --- diff --git a/common/help.inc b/common/help.inc index 0acabb1..e95de60 100644 --- a/common/help.inc +++ b/common/help.inc @@ -6,7 +6,7 @@ This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -d, --debug log extra debug messages - -f, --config use file as configuration file + -f, --config <f> use file <f> as configuration file -n, --nodaemon don't fork and don't detach from controlling terminal -p, --passive disable automatic connections to other servers -s, --sniffer enable network sniffer and display all IRC traffic diff --git a/includes/common.php b/includes/common.php index 236885b..b01e732 100644 --- a/includes/common.php +++ b/includes/common.php @@ -1,8 +1,7 @@ ' . "\n\n"; + echo ''; echo '' . "\n"; echo ''; if ($title) @@ -10,14 +9,13 @@ function begin_page($lang = 'en', $title = null) { else echo 'ngIRCd: Next Generation IRC Daemon'; echo ''; - echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; - echo ''; - echo ''; + echo ''; + echo ''; echo "\n"; echo '
'; diff --git a/index.php.de b/index.php.de index f1b8ca3..e762217 100644 --- a/index.php.de +++ b/index.php.de @@ -51,7 +51,7 @@
- ngircd --help
+ ngircd --help
diff --git a/index.php.en b/index.php.en index a4e1d74..2e734b5 100644 --- a/index.php.en +++ b/index.php.en @@ -48,7 +48,7 @@