diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-11 15:26:02 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-11 15:26:02 +1100 |
commit | d7ce32146a4256efd7360b3bae1a14e0f1472761 (patch) | |
tree | c871e7d518cdc43a954cc44b6aabeb7371ee0b3e | |
parent | 2d83b1c0595668fd18f665a6406e948fda04118a (diff) | |
download | scintilla-mirror-d7ce32146a4256efd7360b3bae1a14e0f1472761.tar.gz |
Make the file easier to parse from script.
-rw-r--r-- | doc/ScintillaHistory.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 763d7dd4b..16d3bb42b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -8,7 +8,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title> - Scintilla and SciTE + Scintilla </title> <style type="text/css"> table { @@ -28,17 +28,12 @@ <img src="SciTEIco.png" border="3" height="64" width="64" alt="Scintilla icon" /> </td> <td> - <a href="index.html" style="color:white;text-decoration:none"><font size="5">Scintilla - and SciTE</font></a> + <a href="index.html" style="color:white;text-decoration:none"><font size="5">Scintilla</font></a> </td> </tr> </table> - <h2> - History of Scintilla and SciTE - </h2> - <h3> - Contributors - </h3> + <h1>History of Scintilla</h1> + <h2>Contributors</h2> <p> Thanks to all the people that have contributed patches, bug reports and suggestions. </p> @@ -574,6 +569,7 @@ Icons</a> Copyright(C) 1998 by Dean S. Jones<br /> </li> </ul> + <h2>Releases</h2> <h3> <a href="https://www.scintilla.org/scite500.zip">Release 5.0.0</a> </h3> |