diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-03-08 13:39:45 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-03-08 13:39:45 +0100 |
commit | 3f53b96f1adf089411b8d873051807bbb7cccd95 (patch) | |
tree | 45e68e5abe8d8edd09a527332897c5b88e401b5a /info2html | |
parent | 1910b32888a0f2313680f3bbde8a0d9d078121f5 (diff) |
Fix IO error paragraph
Diffstat (limited to 'info2html')
-rwxr-xr-x | info2html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |