[gedit] html5 styles with minimum attrs



commit cc6d249bdb921bed4ca1ed6629294a7a9cccf0b8
Author: Jaseem Abid <jaseemabid gmail com>
Date:   Wed Jul 4 19:47:12 2012 +0530

    html5 styles with minimum attrs
    
    Removing very old unwanted conventions
    
    Signed-off-by: Jaseem Abid <jaseemabid gmail com>

 plugins/snippets/data/html.xml |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/plugins/snippets/data/html.xml b/plugins/snippets/data/html.xml
index 4df2968..d3064c7 100644
--- a/plugins/snippets/data/html.xml
+++ b/plugins/snippets/data/html.xml
@@ -147,7 +147,7 @@ $0]]></text>
     <description>List Element</description>
   </snippet>
   <snippet id="link">
-    <text><![CDATA[<link rel="${1:stylesheet}" href="${2:/css/master.css}" type="text/css" media="${3:screen}" title="${4:no title}" charset="${5:utf-8}" />]]></text>
+    <text><![CDATA[<link rel="${1:stylesheet}" href="${2:/css/master.css}">]]></text>
     <description>Link</description>
     <tag>link</tag>
   </snippet>
@@ -199,9 +199,7 @@ $0]]></text>
   </snippet>
   <snippet id="style">
     <text><![CDATA[<style type="text/css" media="screen">
-/* <![CDATA[ */
 	$0
-/* ]]]]><![CDATA[> */
 </style>
 ]]></text>
     <description>Style</description>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]