fix api reference warning 70/89270/1 accepted/tizen/3.0/ivi/20161011.043716 accepted/tizen/3.0/mobile/20161015.032544 accepted/tizen/3.0/wearable/20161015.081738 accepted/tizen/common/20160928.164212 accepted/tizen/ivi/20160929.001851 accepted/tizen/mobile/20160929.001746 accepted/tizen/wearable/20160929.001858 submit/tizen/20160928.053937 submit/tizen_3.0_ivi/20161010.000001 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_wearable/20161015.000001
authorJongkyu Koo <jk.koo@samsung.com>
Fri, 23 Sep 2016 02:20:51 +0000 (11:20 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Fri, 23 Sep 2016 02:20:51 +0000 (11:20 +0900)
Change-Id: I03048445c578e20bbbcf075fde84cced4934da16
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
doc/contacts_doc.h

index bf91911..86addfc 100644 (file)
  * @endcode
  *
  * <table class="note">
- *    <tbody>
- *     <tr>
- *      <th class="note">Note</th>
- *     </tr>
- *     <tr>
- *      <td class="note">For an application to insert private images in contacts, it needs to follow below conditions:<br/>
+ *    <tr>
+ *     <th class="note">Note</th>
+ *    </tr>
+ *    <tr>
+ *     <td class="note">For an application to insert private images in contacts, it needs to follow below conditions:<br/>
  * &nbsp;&nbsp;&nbsp;1. Application must have privilege of http://tizen.org/privilege/contact.write to use APIs such as contacts_db_insert_record().<br/>
  * &nbsp;&nbsp;&nbsp;2. Application's private directory and files must have 'read' permission of others, '644' for example. SMACK protects read permission from the other applications.<br/>
  * &nbsp;&nbsp;&nbsp;3. Application may erase the image after destroying the contact record (contacts_record_destroy).<br/>
- *      </td>
- *     </tr>
- *    </tbody>
+ *     </td>
+ *    </tr>
  * </table>
  *
  * @section CAPI_SOCIAL_CONTACTS_SVC_MODULE_RECORDS Records