diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-03-08 13:23:16 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-03-08 13:23:16 +0100 |
commit | 3a03d35ef8e66ea349c379dd2a8c26d610d6894a (patch) | |
tree | 20ee01d013a0a29a13da96f8d4359988e88acb8c /info2html | |
parent | af50252080eee848badaa7b31d6fa84487ae9a9e (diff) |
Quote error page and extend title
Diffstat (limited to 'info2html')
-rwxr-xr-x | info2html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 } |