aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-03-06 23:00:45 +0000
committernyamatongwe <unknown>2004-03-06 23:00:45 +0000
commit60aca41e2c686e89ca5db33ebcb494a420ee86b7 (patch)
tree662be18f76755ad0bd9d6dd505004e01708177b2 /doc/ScintillaDoc.html
parente4d52aaee4fd97d5908f45ab73806351bb20f5f5 (diff)
downloadscintilla-mirror-60aca41e2c686e89ca5db33ebcb494a420ee86b7.tar.gz
Now passes the w3c validator.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 7a49b5967..239fc5b12 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3960,13 +3960,13 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
Split a range of lines indicated by the target into lines that are at most pixelWidth wide.
Splitting occurs on word boundaries wherever possible in a similar manner to line wrapping.
When <code>pixelWidth</code> is 0 then the width of the window is used.
- <br />
+ </p>
<p><b id="SCI_LINESJOIN">SCI_LINESJOIN</b><br />
Join a range of lines indicated by the target into one line by
removing line end characters.
Where this would lead to no space between words, an extra space is inserted.
- <br />
+ </p>
<h2 id="Zooming">Zooming</h2>