Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 1147b3b

Browse files
author
Eduardo Fullea
committed
fix
1 parent eb1f9ba commit 1147b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h2><a>MessagingManager</a> Interface</h2>
271271
Indicates whether the message is to be marked as read ('true') or
272272
unread ('false')
273273
</dd>
274-
<dt>optional boolean sendReadReport value = false</dt>
274+
<dt>optional boolean sendReadReport = false</dt>
275275
<dd>
276276
Indicates that, in case a Read Report was requested, it is to be sent
277277
('true') or not ('false', which is the default)
@@ -294,7 +294,7 @@ <h2><a>MessagingManager</a> Interface</h2>
294294
Indicates whether the messages in the conversation are to be marked as
295295
read ('true') or unread ('false')
296296
</dd>
297-
<dt>optional boolean sendReadReport value = false</dt>
297+
<dt>optional boolean sendReadReport = false</dt>
298298
<dd>
299299
Indicates that, in case a Read Report was requested for any MMS
300300
message in the conversation, a Read Report is to be sent ('true') or

0 commit comments

Comments
 (0)