/static/webcit.css was being grabbed by the code
authorArt Cancro <ajc@citadel.org>
Mon, 22 Sep 2008 14:06:54 +0000 (14:06 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 22 Sep 2008 14:06:54 +0000 (14:06 +0000)
commitf271753e1b8867cb70940f69736ea7f6da4f61a1
tree5f240334e3fb2b460c0235e3a98e3911fc2a5907
parent4e1fb9dc1f29fc490b60316d8522866539aec201
/static/webcit.css was being grabbed by the code
that checks for '/webcit' and therefore this file was failing
to load.  Fixed it by checking for '/webcit/' instead.
webcit/context_loop.c
webcit/crypto.c
webcit/webcit.c