ctrlcctrlv / infinity

A vichan fork permitting users to create their own boards
Other
318 stars 149 forks source link

Thread titles are over-escaped #518

Open James-E-A opened 9 years ago

James-E-A commented 9 years ago

Thread titles are over-escaped (ampersands show up as a literal &)

Looking at the page source:

…Aesthetic &amp;amp; Inspiration Thread</title>

Aesthetic &amp; Inspiration Thread

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/25330923-thread-titles-are-over-escaped?utm_campaign=plugin&utm_content=tracker%2F6417251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6417251&utm_medium=issues&utm_source=github).
anonfagola commented 9 years ago

I could do a quick fix for this that unencodes them through Javascript, would that be fine? I can't do it in PHP because I can't run an instance of my own.

James-E-A commented 9 years ago

Hmm, might be useful

On August 14, 2015 6:46:19 PM CDT, anonfagola notifications@github.com wrote:

I could do a quick fix for this that unencodes them through Javascript, would that be fine? I can't do it in PHP because I can't run an instance of my own.


Reply to this email directly or view it on GitHub: https://github.com/ctrlcctrlv/infinity/issues/518#issuecomment-131268297

anonfagola commented 9 years ago

https://github.com/ctrlcctrlv/infinity/pull/523

James-E-A commented 9 years ago

I wasn't thinking to do that as an actual PR, just post a snippet for users to add to their user JS

On August 14, 2015 6:58:26 PM CDT, anonfagola notifications@github.com wrote:

https://github.com/ctrlcctrlv/infinity/pull/523


Reply to this email directly or view it on GitHub: https://github.com/ctrlcctrlv/infinity/issues/518#issuecomment-131269444