diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-29 20:55:44 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-29 21:08:32 +0200 |
commit | a8dcc38b634530772dc715dedc3c511cec543cef (patch) | |
tree | 8d0510ef13734e317975ebd714581ee5c0f3263c /doc | |
parent | 20a10f03d4b14d68a77db88feea95cfcdbef8d34 (diff) |
Move version to first paragraph of the manual
When using "git describe" the resulting length of the version is too
long for the header. As we only need to store the version somewhere in
the manual, we place it at the end of the first paragraph.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user_help.in.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user_help.in.html b/doc/user_help.in.html index c3166710..d1d92fb5 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>Dillo __VERSION__ User Manual</title> + <title>Dillo User Manual</title> <style> body { background: white; @@ -74,11 +74,11 @@ footer { <body> <div class="main"> -<h1>Dillo __VERSION__ User Manual</h1> +<h1>Dillo User Manual</h1> <p>Welcome to the user manual of the Dillo browser. The manual is divided into <em>sections</em> but is written in a <em>single page</em> to allow search by -keywords.</p> +keywords. Generated for version __VERSION__.</p> <details><!-- Not supported in Dillo, but decays ok --> <summary class="toc">Table of contents:</summary> |