diff options
author | Neil <nyamatongwe@gmail.com> | 2015-02-12 15:35:57 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-02-12 15:35:57 +1100 |
commit | a0719a469c2005cbeba2cbdb7b5625fbab4b17c9 (patch) | |
tree | 0eeb5d032ed41da279d28c535df69fa6dbd48a06 | |
parent | fa967ec28ec98070ce66169ce4f88d84d039da27 (diff) | |
download | scintilla-mirror-a0719a469c2005cbeba2cbdb7b5625fbab4b17c9.tar.gz |
Fixed bad end tag.
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 66a529540..86db4be09 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3901,7 +3901,7 @@ struct Sci_TextToFind { by drawing underlines under text or boxes around text.</p> <p>Indicators may have a different "hover" colour and style when the mouse is over them or the caret is moved into them. - This may be used, for example, to indicate that a URL can be clicked.</p + This may be used, for example, to indicate that a URL can be clicked.</p> <p>Indicators may be displayed as simple underlines, squiggly underlines, a line of small 'T' shapes, a line of diagonal hatching, a strike-out or a rectangle around the text. |