0

I am using the a kube css framework (https://imperavi.com/kube/css/buttons/ ). But i can not implement the framework into the my project.

<button type="black" small outline>Button</button>

When i am trying to use button like this, it occurs this exception :
Attribute name "small" associated with an element type "button" must be followed by the ' = ' character.
Is there anyway to use this button with small and outline attributes.

Abdullah Tellioglu
  • 1,434
  • 1
  • 10
  • 26

1 Answers1

0

It is common problem with thymeleaf to parse html 5 markup. Here is the answer.

Community
  • 1
  • 1
Vadym Perepeliak
  • 215
  • 1
  • 3
  • 10