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

Basic Word Table insertion failed #667

Open
Dennis-Bezold opened this issue Mar 29, 2022 · 1 comment
Open

Basic Word Table insertion failed #667

Dennis-Bezold opened this issue Mar 29, 2022 · 1 comment

Comments

@Dennis-Bezold
Copy link

Dennis-Bezold commented Mar 29, 2022

Hi, I tried to import a basic 3x3 Table with the import from word function and get the following error in devtools.

js.php?t=dokuwiki&tseed=dcb162d250ef6a22f68e11500fc4958c:1 
        
       Uncaught Parse Error: <o:p></o:p></td>
			<td>Test<o:p></o:p></td>
			<td>test<o:p></o:p></td>
		</tr>
		<tr>
			<td>d<o:p></o:p></td>
			<td>d<o:p></o:p></td>
			<td>d<o:p></o:p></td>
		</tr>
		<tr>
			<td>a<o:p></o:p></td>
			<td>a<o:p></o:p></td>
			<td>a<o:p></o:p></td>
		</tr>
	</tbody>
</table>
</div>

Also when I'm using the HTML Blocks I get the same error.

Please let me know if you need more information or example files

@turnermm
Copy link
Owner

Sorry, but there are no guarantees importing from Word. This is not valid HTML. What did the original look like?

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

2 participants