Replies: 2 comments 1 reply
-
That is valid html, attributes can be split into multiple lines. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That is valid html, attributes can be split into multiple lines. @uri613 what problem happens when it gets split? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Within a PHP file, I have a line of HTML that contains:
When I 'beautify' the code in Phoenix, it gets broken up like this:
<textarea class='fieldInput fullWidth swiper-no-swiping' id='itemDescription' name='itemDescription' cols=50 onfocus='prepChars(this);' onblur='prepChars();' oninput='auto_grow(this);maxChars(this,1000)'></textarea>
Which breaks the HTML functionality completely!
I've confirmed that it happens multiple times to similar code, making my 'beautify' deadly. I don't know where else to report this...
Beta Was this translation helpful? Give feedback.
All reactions