Explorar o código

Change <markup/> for data-title attribute

@soyjavi %!s(int64=14) %!d(string=hai) anos
pai
achega
6209ac5e15
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/attributes/Lungo.Attributes.Data.js

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

@@ -37,7 +37,7 @@ LUNGO.Attributes.Data = {
     Title: {
         tag: 'title',
         selector: 'header, footer, article',
-        html: '<h1 class="title">{{value}}</h1>'
+        html: '<span class="title">{{value}}</span>'
     },
     Back: {
         tag: 'back',