From 6970924938fa6d42ef279d11c05548fb9952ba96 Mon Sep 17 00:00:00 2001 From: runemaster <> Date: Mon, 9 Jan 2006 19:27:36 +0000 Subject: [PATCH] Missed a "," Added. --- web/templates/default/infomenu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/default/infomenu.inc b/web/templates/default/infomenu.inc index 7fad85e170..59aec743ee 100644 --- a/web/templates/default/infomenu.inc +++ b/web/templates/default/infomenu.inc @@ -7,7 +7,7 @@ <tbody> <tr> <td class="info"> - From here you can <a class="tlink2" href="userstats.ssjs">View your stats</a>, <a class="tlink2" href="editprofile.ssjs">Edit your profile</a> or view the <a class="tlink2" href="sysinfo.ssjs">System information</a>. + From here you can <a class="tlink2" href="userstats.ssjs">View your stats</a>, <a class="tlink2" href="editprofile.ssjs">Edit your profile</a>, or view the <a class="tlink2" href="sysinfo.ssjs">System information</a>. </td> </tr> </tbody> -- GitLab