Index: trunk/extensions/SemanticForms/libs/SemanticForms.js |
— | — | @@ -833,6 +833,7 @@ |
834 | 834 | var name= select[0].name; |
835 | 835 | var id = select[0].id; |
836 | 836 | var curval = select[0].options[0].value; |
| 837 | + curval = curval.replace('"', '"' ); |
837 | 838 | var input = jQuery("<input id=\"" + id + "\" type=\"text\" name=\" " + name + " \" value=\"" + curval + "\">") |
838 | 839 | .insertAfter(select) |
839 | 840 | .attr("tabIndex", select.attr("tabIndex")) |