Displaying 1 result from an estimated 1 matches for "daytraining".
Did you mean:
daytaining
2006 Dec 17
0
unterminated string literal
Hello,
I am not able to solve this problem on my own.
I have a nested Div tag like this:
<div id="training" >
<div id="daytraining" >Training
</div>
</div>
Some other elements should insert content here by:
<%= content_tag("div" ,"Training",:id => "#{training.date.day}" ,
:onmouseover => update_daytraining(training)) %>
ApplicationHelper has a method like this:...