summaryrefslogtreecommitdiffstats
path: root/pages/chat.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-02-18 23:29:31 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-02-18 23:29:31 -0800
commit895690e7e54079851d534bea2b35a25840434ac7 (patch)
tree0759ec35c368ce965380860153ac744482c299dd /pages/chat.php
parent05b682c22f2dadf483b8a2842b4065acc34872af (diff)
downloadpathery-895690e7e54079851d534bea2b35a25840434ac7.tar.xz
More chat fixes
Diffstat (limited to 'pages/chat.php')
-rw-r--r--pages/chat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/chat.php b/pages/chat.php
index 8aec336..ba99694 100644
--- a/pages/chat.php
+++ b/pages/chat.php
@@ -87,7 +87,7 @@ function getChatDone(data) {
p = p+ " <div class='chatColumn2'>";
if (user.userID == '-1') {
- p = p+ "<span class='chatUsername'><a href='home' style='color:#FA3'>";
+ p = p+ "<span class='chatUsername'><a href='home'>";
} else {
p = p+ "<span class='chatUsername'><a href='achievements?id="+user.userID+"' style='color:"+user.displayColor+"'>";
}