Problem with coding a link on this forum.

Ki1lAllHumans·10/16/2014, 12:46:13 AM·1 votes·778 views

I've been having a problem with creating a link on this forum. alchemist mastery

this should lead to this webpage http:// leagueoflegends.wikia.com/wiki/Alchemist_(Season_Four_Mastery) (take out the space after slash) however since there is an end parentheses in the link, the code for the website assumes that it is the end and closes it out, messing up the link, and causing you to come to the wrong webpage. This is just one of a lot problems I've had with code on this webpage. Anyone know a fix to this?

4 Comments

Hyrum Graff10/16/2014, 12:51:38 AM1 votes

This is something that the boards team can fix, I believe.

In the meantime, use this link instead: http://leagueoflegends.wikia.com/wiki/Alchemist_%28Season_Four_Mastery%29

Matthias911910/16/2014, 2:27:33 AM1 votes

They should just need to fix the parsing so it looks for the LAST right paren that matches, not the FIRST. Maybe post this over in "report a bug" as well?