* Removed all of the absolute URL's.
[citadel.git] / webcit / who.c
index f27ccdecf20f5d061bb006eaed086bf92ca8d9d2..24e4217db2502dbd847a0a375c0ef5b6d779a5cf 100644 (file)
@@ -93,7 +93,7 @@ void who_inner_div(void) {
 
 
                        /* username (link to user bio/photo page) */
-                       wprintf("<a href=\"/showuser?who=");
+                       wprintf("<a href=\"showuser?who=");
                        urlescputs(user);
                        wprintf("\">");
                        escputs(user);