From 9fee4e51d86dd6abbe614050cc7262ef515e7b13 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 24 Nov 2010 11:10:20 +0000 Subject: [PATCH] Fixed bug with init script SVN revision: 2343 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index 1384e1a4..72a3c7f3 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -9956,7 +9956,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL if ((isparam("inlineatt") && *getparam("inlineatt")) || bpreview) strcpy(script_onload, "document.form1.Text.focus();"); else - strcpy(script_onload, "i=document.getElementById('fid');if(i)i.focus()"); + strcpy(script_onload, "i=document.getElementById('fid');if(i)i.focus();"); if (enc_selected == 0) { if (!getcfg(lbs->name, "Message height", str, sizeof(str)) &&