[gedit] There should be at least 2 elements to make it look a list
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] There should be at least 2 elements to make it look a list
- Date: Fri, 6 Jul 2012 19:45:35 +0000 (UTC)
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]