From 414639f7fc63949811dafa707e4a80bad9c94570 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 22 Sep 2004 19:20:57 +0000 Subject: [PATCH] Fixed superfluous spaces SVN revision: 1087 --- src/elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index d366fd24..c41f12ed 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.480 2004/09/22 19:20:57 midas + Fixed superfluous spaces + Revision 1.479 2004/09/20 16:12:57 midas Added urs_slash_encode because of mirroring problem @@ -10065,7 +10068,7 @@ void show_new_user_page(LOGBOOK * lbs) rsprintf("(%s)\n", loc(" name may not contain blanks ")); - rsprintf(" < tr >< td nowrap width = \"10%%\">%s:\n", loc("Full name")); + rsprintf("%s:\n", loc("Full name")); rsprintf("\n"); rsprintf("Email:\n");