aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-03-08 13:23:16 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-03-08 13:23:16 +0100
commit3a03d35ef8e66ea349c379dd2a8c26d610d6894a (patch)
tree20ee01d013a0a29a13da96f8d4359988e88acb8c
parentaf50252080eee848badaa7b31d6fa84487ae9a9e (diff)
Quote error page and extend title
-rwxr-xr-xinfo2html6
1 files changed, 3 insertions, 3 deletions
diff --git a/info2html b/info2html
index d6e0d1a..674e09f 100755
--- a/info2html
+++ b/info2html
@@ -491,9 +491,9 @@ sub ReplyNotFoundMessage{
<html><head><title>Info Files - Error Message</title>
$BOTS_STAY_AWAY
$HTML_HEAD_STUFF</head><body class='error nonesuch'>
-<h1>Error</h1>
-The Info node <em>$Tag</em> in Info file <em>$FileName</em>
-does not exist.
+<h1>Error: Page not found</h1>
+<p>The Info node <q>$Tag</q> in Info file <em>$FileName</em>
+does not exist.</p>
</body></html>
EOF
}