Explorar el Código

New <markup/> for data-back attribute

@soyjavi hace 14 años
padre
commit
64e5c82b9e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/attributes/Lungo.Attributes.Data.js

+ 1 - 1
src/attributes/Lungo.Attributes.Data.js

@@ -42,6 +42,6 @@ LUNGO.Attributes.Data = {
     Back: {
         tag: 'back',
         selector: 'header, footer',
-        html: '<a href="#back" data-target="section" class="back onleft button icon {{value}}"></a>'
+        html: '<a href="#back" data-target="section" class="onleft button"><span class="icon {{value}}"></span></a>'
     }
 };