Displaying 1 result from an estimated 1 matches for "savebio".
Did you mean:
sabio
2006 Feb 09
0
Weird simple_format behavior
...r.bio %>
<%= simple_format( @user.bio ) %>\
<% else %>
No Bio Yet
<% end %>
</div><em>(click on your to bio edit it)</em>
<script language="JavaScript">
new Ajax.InPlaceEditor(''bio'', ''/users/preferences/savebio/<%=
@user.id %>'', {rows:10,cols:40});
</script>
The InPlaceEditor works perfectly, but the page itself is what is
acting weird. Somehow on every refresh, an additional line break is
added to the final paragraph inside of the <div> so that the page
begins to rapidly expa...