Просмотр исходного кода

New element for data-title attribute

soyjavi 13 лет назад
Родитель
Сommit
cafad003b9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/modules/Lungo.Attributes.coffee

+ 1 - 1
src/modules/Lungo.Attributes.coffee

@@ -40,7 +40,7 @@ Lungo.Attributes =
 
 
   title:
   title:
     selector: "header"
     selector: "header"
-    html: "<span class=\"title centered\">{{value}}</span>"
+    html: "<h1 class=\"title centered\">{{value}}</h1>"
 
 
   "control-checkbox":
   "control-checkbox":
     selector: "*"
     selector: "*"