Gutenberg / Classic Editor breaking posts
-
Example link:
https://www.myconfinedspace.com/2015/06/04/sentry-vs-galactus/contents of post when loaded with classic editor:
<a title="sentry vs galactus.jpg" href="https://www.imgderp.com/2015/06/sentry-vs-galactus-2/sentry-vs-galactus-jpg/"><img "300" "150" src="https://www.imgderp.com/wp-content/uploads/sites/41/2014/12/sentry-vs-galactus-300x150.jpg" class="attachment-medium" alt="sentry vs galactus 300x150 sentry vs galactus" title="sentry vs galactus" /></a> from <a href="https://www.imgderp.com/2015/06/sentry-vs-galactus-2/">ImgDerp</a>
You’ll notice the image link is completely broken when loaded with the “classic editor”. Here’s what I see when I look directly at the database:
<p><a href="https://www.imgderp.com/2015/06/sentry-vs-galactus-2/sentry-vs-galactus-jpg/" title="sentry vs galactus.jpg"><img "300" "150" src="https://www.imgderp.com/wp-content/uploads/sites/41/2014/12/sentry-vs-galactus-300x150.jpg" class="attachment-medium" alt="sentry vs galactus 300x150 sentry vs galactus" title="sentry vs galactus" /></a></p> <br /><br /> from <a href="https://www.imgderp.com/2015/06/sentry-vs-galactus-2/">ImgDerp</a>
using sql query of
SELECT post_content FROM
wp_postsWHERE id = POSTID
Is this a known issue? I’m sure it’s because of the random 300/150 but why is it converting the tags from actual tags into LT and GT? why is it not ignoring the number values?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Gutenberg / Classic Editor breaking posts’ is closed to new replies.