aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColomban Wendling <ban@herbesfolles.org>2015-03-09 16:33:34 +0100
committerColomban Wendling <ban@herbesfolles.org>2015-03-09 16:33:34 +0100
commit1706cb9488fbac61f5da1730ddbbcb9ae4be2baa (patch)
tree4a0dd2d8a10c56ef64e12747208b306b5d24219e
parent4cf7b82d638218ea297a611f81491e6812bfc8a9 (diff)
downloadscintilla-mirror-1706cb9488fbac61f5da1730ddbbcb9ae4be2baa.tar.gz
Fix an unclosed tag in the documentation
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 0a913506b..3fefd22e9 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -4216,7 +4216,7 @@ struct Sci_TextToFind {
that point in the file. This allows many colours to be displayed for a single indicator. The value is an <a class="jump"
href="#colour">RGB integer colour</a> that has been ored with <code>SC_INDICVALUEBIT</code>(0x1000000)
when calling <a class="message" href="#SCI_SETINDICATORVALUE">SCI_SETINDICATORVALUE</a>.
- To find the colour from the value, and the value with <code>SC_INDICVALUEMASK<code>(0xFFFFFF).
+ To find the colour from the value, and the value with <code>SC_INDICVALUEMASK</code>(0xFFFFFF).
</p>
<p>