diff options
author | Neil <nyamatongwe@gmail.com> | 2016-05-25 09:49:01 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-05-25 09:49:01 +1000 |
commit | d0d15e0c1a47b11925e5136be242a9a833fc63a6 (patch) | |
tree | 09436ede402352daf965fb4852e03d0dade8b940 | |
parent | 0a7f8c392b0f4a1a8bab521fa0e926796c38df13 (diff) | |
download | scintilla-mirror-d0d15e0c1a47b11925e5136be242a9a833fc63a6.tar.gz |
Fixed extra space in URL.
-rw-r--r-- | doc/ScintillaHistory.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 2c40bc85d..82c992800 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -523,7 +523,7 @@ </li> <li> Scripts reading Scintilla.iface file include comments for enu and lex definitions. - <a href="http://sourceforge.net/p/scintilla/bugs/1829 /">Bug #1829 </a>. + <a href="http://sourceforge.net/p/scintilla/bugs/1829/">Bug #1829</a>. </li> <li> Fix crashes on GTK+ if idle work active when destroyed. |