Procházet zdrojové kódy

New element for data-title attribute

soyjavi před 13 roky
rodič
revize
cafad003b9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: "*"