From 1706cb9488fbac61f5da1730ddbbcb9ae4be2baa Mon Sep 17 00:00:00 2001
From: Colomban Wendling
Date: Mon, 9 Mar 2015 16:33:34 +0100
Subject: Fix an unclosed tag in the documentation
---
doc/ScintillaDoc.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 RGB integer colour that has been ored with SC_INDICVALUEBIT(0x1000000)
when calling SCI_SETINDICATORVALUE.
- To find the colour from the value, and the value with SC_INDICVALUEMASK(0xFFFFFF).
+ To find the colour from the value, and the value with SC_INDICVALUEMASK(0xFFFFFF).
--
cgit v1.2.3