Extra p html tags added in the profile page
I'm using the master branch at github.
When I type a sentence in my profile, I get extra p tags, see here:
qr.microalg.info/utilisateurs/1/profgra/
This does not occur at the askbot site, see here:
askbot.org/en/users/1796/profgra/
Anybody knows why?
Comments
I was about to ask a similar question, as this also happens in comments on ask-sage at ask.sagemath.org, if the link is at the end of a paragraph. A workaround is to add a period after the link, but that should be fixed in askbot (maybe askbot.org/en/ is running a more recent version of askbot than the version at qr.microalg.info and the version at ask-sage?)
Thanks @slelievre for upvoting my question. You say «if the link is at the end of a paragraph», but does it occur also with a simple sentence with no link? Maybe we should post an issue?
In fact the problem you mention and the one on ask.sagemath.org are slightly different. The one you describe is in a user profile field, where html opening and closing p tags appear in clear text. What I saw on ask.sagemath.org is just a closing html p tag, which is not visible but appended to the href of the link, so it's more sneaky, because the link looks fine, but when you click it you get a "Not Found" because you get sent to the wrong url. It could be that these two bugs are linked, and we should certainly file an issue, do you know how to do that?
@slelievre Done here: https://github.com/ASKBOT/askbot-devel/issues/274</p<>>
@Evgeny Oops, it seems that the bug is on this instance too!