I had a problem where Pay module was clobbering one of my classes on the <form> tag because it concatinates directly onto the class without adding a space. This patch does the (sadly verbose but) correct approach and adds the space if a class is already set.
| Comment | File | Size | Author |
|---|---|---|---|
| pay_form_class.patch | 713 bytes | quicksketch |
Comments
Comment #1
jerdavisCommitted, thanks!