Преглед на файлове

New element for data-title attribute

soyjavi преди 13 години
родител
ревизия
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:
     selector: "header"
-    html: "<span class=\"title centered\">{{value}}</span>"
+    html: "<h1 class=\"title centered\">{{value}}</h1>"
 
   "control-checkbox":
     selector: "*"