You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generates class="["public"]" instead of class="public". This is because declStyleClasses returns a list of strings instead of a white space separated string of entries and diet-ng removed a convenience special case for the class attribute.
The text was updated successfully, but these errors were encountered:
Generates
class="["public"]"
instead ofclass="public"
. This is becausedeclStyleClasses
returns a list of strings instead of a white space separated string of entries and diet-ng removed a convenience special case for the class attribute.The text was updated successfully, but these errors were encountered: