소스 검색

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: "*"