diff options
| author | Colomban Wendling <ban@herbesfolles.org> | 2015-03-09 16:33:34 +0100 | 
|---|---|---|
| committer | Colomban Wendling <ban@herbesfolles.org> | 2015-03-09 16:33:34 +0100 | 
| commit | 1bc356c788fb6d777c2eaa70c45a1f4cc7642486 (patch) | |
| tree | b0fada7d4683bd376a13b8a162f905969cec4732 | |
| parent | daf7fdf083a40356b53f1cfac67deb3e702a4958 (diff) | |
| download | scintilla-mirror-1bc356c788fb6d777c2eaa70c45a1f4cc7642486.tar.gz | |
Fix an unclosed tag in the documentation
| -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 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> | 
