Fixing typo in bug report blurb

This commit is contained in:
Christian 'ketura' McCarty
2022-04-08 12:08:44 -05:00
parent 2358d28f5e
commit 8042efb5bb

View File

@@ -61,7 +61,7 @@
function () {
$("#latestNews").append("<div class='serverTime' style='float: right'></div>");
$("#latestNews").append(
"If you find any problems with specific card or rules in general, please report it on <strike>TLHH forum - <a target='_blank' href='http://lotrtcgwiki.com/forums/index.php/topic,7592.0.html'>Report a bug</a></strike> on the <a href='https://lotrtcgpc.net/discord>PC Discord here</a>, in the #gemp-dev channel. Please include game replay link.");
"If you find any problems with specific card or rules in general, please report it <strike>on TLHH forum - <a target='_blank' href='http://lotrtcgwiki.com/forums/index.php/topic,7592.0.html'>Report a bug</a></strike> on the <a href='https://lotrtcgpc.net/discord'>PC Discord here</a>, in the #gemp-dev channel. Please include game replay link.");
chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr-server", true, null, false, true, null, true);
chat.setBounds(2, 2, 780 - 4, 200 - 4);