diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-18 23:29:31 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-18 23:29:31 -0800 |
commit | 895690e7e54079851d534bea2b35a25840434ac7 (patch) | |
tree | 0759ec35c368ce965380860153ac744482c299dd /pages/chat.php | |
parent | 05b682c22f2dadf483b8a2842b4065acc34872af (diff) | |
download | pathery-895690e7e54079851d534bea2b35a25840434ac7.tar.xz |
More chat fixes
Diffstat (limited to 'pages/chat.php')
-rw-r--r-- | pages/chat.php | 2 |
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+"'>";
}
|