アットウィキロゴ

KANICHAT > simple

http://chat.kanichat.com/chat?roomid=petcwiki&simple=true
htmlタグが2番目以降無効にならないバグがあったが修正された模様
<hr><hr>を発言すると&bold(){簡易版のみ}一本水平線が表示される
確認はしてないもののJavaScriptがvalue.replace("<", "&ampgt;");、value.replace(">", "&amplt;");とかになってたのでは
var str = log.getMessage();
		str = str.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
		str = str.replace(/((https?|ftp):\/\/[!-~]+)/g, function(url) {
			return "<a href='http://chat.kanichat.com/jump.jsp?"+url+"' target='_blank' rel='nofollow'>"+url+"</a>";
		});
最終更新:2013年06月15日 14:15