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

Feed display does not register </center> tag #10

Closed
dtiburon opened this issue Jan 17, 2013 · 3 comments
Closed

Feed display does not register </center> tag #10

dtiburon opened this issue Jan 17, 2013 · 3 comments
Labels
Milestone

Comments

@dtiburon
Copy link
Collaborator

A post from Blogger had text that used <center> tags; on the Planteria feed page, it did not honor the </center> tag, so all the text after the </center> tag continues to be centered.

This is the code from the Blogger post:

<center>(<span style="font-family: &quot;Courier New&quot;,Courier,monospace;"><span style="font-size: xx-small;">Music<span style="font-size: xx-small;">: </span>I can't get started</span></span>) </center>

Which is displayed like this on her blog:
Screen Shot 2013-01-17 at 11 12 16 AM

And the feed on Planeteria.org looked like this:

Screen Shot 2013-01-17 at 10 19 53 AM

@jvasile
Copy link
Owner

jvasile commented Mar 27, 2013

This also appears in issues #15 and #20.

@jvasile
Copy link
Owner

jvasile commented Mar 29, 2013

This might help:

17:56 <vasile> Interesting.  In the planet openitp page, <i></i> is getting rendered as <i/>, which might be technically correct, but firefox is taking that as an open italics with no close.
17:56 <vasile> Chrome takes it the same way.
17:57 <vasile> So does Opera
17:57 <vasile> So this is either a bug in all three browsers, which seems unlikely, or there's a bug in the code I'm using to clean incoming html.

@jvasile
Copy link
Owner

jvasile commented Mar 30, 2013

Fixed by commit 9a9f67a and I am so happy to close this bug!

@jvasile jvasile closed this as completed Mar 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants