aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-03-08 13:39:45 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-03-08 13:39:45 +0100
commit3f53b96f1adf089411b8d873051807bbb7cccd95 (patch)
tree45e68e5abe8d8edd09a527332897c5b88e401b5a
parent1910b32888a0f2313680f3bbde8a0d9d078121f5 (diff)
Fix IO error paragraph
-rwxr-xr-xinfo2html2
1 files changed, 1 insertions, 1 deletions
diff --git a/info2html b/info2html
index f6a3964..a4dc62c 100755
--- a/info2html
+++ b/info2html
@@ -83,7 +83,7 @@ sub DieFileNotFound{
$BOTS_STAY_AWAY
$HTML_HEAD_STUFF</head><body class='error noopen'>
<h1>File IO Error</h1>
-The Info file could not be opened for reading.
+<p>The Info file could not be opened for reading.</p>
</body></html>
EOF
die "\n";