Parcourir la source

Change <markup/> for data-title attribute

@soyjavi il y a 14 ans
Parent
commit
b0a89a96c2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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',