Fwd: simpe help needed - fixed

<%= job.id %>

---------- Forwarded message ----------
From: tom [email protected]
Date: Tue, Mar 30, 2010 at 2:21 PM
Subject: simpe help needed
To: [email protected]

<%= job.title %> <%= job.id %> <%= job.created_at %>

s

gives me:

test123
7123
2010-02-23 17:53:49 UTC

s

what is wrong with the ID of the DIV?

thx

On 30 March 2010 19:23, tom [email protected] wrote:

s

Possibly something more like

s would be better, or possibly <%= "div id=\"inner_content_ibox_#{job.id}\" style=\"display:none;\"" >s

Colin

perfect - thx