diff --git a/js/client.js b/js/client.js index dcab98ebf..3a2f9dac4 100644 --- a/js/client.js +++ b/js/client.js @@ -2530,7 +2530,7 @@ var buf = ''; buf = '

Your replay has been uploaded! It\'s available at:

'; buf += '

http://replay.pokemonshowdown.com/' + data.id + '

'; - buf += '

'; + buf += '

'; this.$el.html(buf).css('max-width', 620); }, clickClose: function () {