* hunt down &'s that should be ?'s in URLs
[citadel.git] / webcit / floors.c
index 78227221b6f5353de6cd27b9ce667ae38894347c..5397cd3195fe3a97b02d7135ff2b378210147c8c 100644 (file)
@@ -81,7 +81,7 @@ void display_floorconfig(StrBuf *prepend_html)
                        wprintf("</A></FONT><br />");
                }
                wprintf("<FONT SIZE=-1>"
-                       "<a href=\"display_editfloorpic&"
+                       "<a href=\"display_editfloorpic?"
                        "which_floor=%d\">", floornum);
                wprintf(_("(edit graphic)"));
                wprintf("</A></TD></TR></TABLE>");