Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

will clean table close tag, wrongly #16

Closed
xiaohuilam opened this issue Nov 30, 2016 · 0 comments
Closed

will clean table close tag, wrongly #16

xiaohuilam opened this issue Nov 30, 2016 · 0 comments

Comments

@xiaohuilam
Copy link

xiaohuilam commented Nov 30, 2016

before

<table border="1" cellpadding="1" cellspacing="1" >
	<tbody>
		<tr>
			<td> </td>
			<td> </td>
		</tr>
		<tr>
			<td> </td>
			<td> </td>
		</tr>
		<tr>
			<td> </td>
			<td> </td>
		</tr>
	</tbody>
</table>

after

<table border="1" cellpadding="1" cellspacing="1" >
	<tbody>
		<tr>
			<td> </td>
			<td> </td>
		</tr>
		<tr>
			<td> </td>
			<td> </td>
		</tr>
		<tr>
			<td> </td>
			<td> </td>
		</tr>
	</tbody>
</

**Not caused by this... just db column length limit... **

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant