Results 1 to 4 of 4

Thread: conversion of empty tags

Threaded View

  1. #1

    Question conversion of empty tags

    Hi.
    I tested the version of 1.8.6, and the parsed result of attached document is as follows:

    -----------------------------
    <img alt="xxx" src="xxx.jpg"> <img alt="yyy" src="yyy.jpg">
    <table>
    <colgroup>
    <col style="WIDTH: 100px">
    <col style="WIDTH: 50px"></col></col></colgroup>
    <tbody>
    <tr>
    <td>aaa</td>
    <td>111</td></tr>
    <tr>
    <td>bbb</td>
    <td>222</td></tr></tbody></table></img></img>
    -----------------------------

    I think img and col tags should be treaded as empty tags...
    Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts