[gedit] There should be at least 2 elements to make it look a list



commit cf5648af5b56bed1d470384ce1375d59e75f33f9
Author: Jaseem Abid <jaseemabid gmail com>
Date:   Wed Jul 4 19:48:15 2012 +0530

    There should be at least 2 elements to make it look a list
    
    Signed-off-by: Jaseem Abid <jaseemabid gmail com>

 plugins/snippets/data/html.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plugins/snippets/data/html.xml b/plugins/snippets/data/html.xml
index d3064c7..df04c7a 100644
--- a/plugins/snippets/data/html.xml
+++ b/plugins/snippets/data/html.xml
@@ -233,7 +233,8 @@ $0]]></text>
   <snippet id="ul">
     <text><![CDATA[<ul>
 	<li>$1</li>
-	$2
+	<li>$2</li>
+	$3
 </ul>
 $0]]></text>
     <tag>ul</tag>



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