[gedit] Better info with img tag



commit a9d1c3ce69ea9d16920426b575b554181494a82a
Author: Jaseem Abid <jaseemabid gmail com>
Date:   Wed Jul 4 18:57:19 2012 +0530

    Better info with img tag
    
    Signed-off-by: Jaseem Abid <jaseemabid gmail com>

 plugins/snippets/data/html.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/snippets/data/html.xml b/plugins/snippets/data/html.xml
index 3fb960c..b14f5fd 100644
--- a/plugins/snippets/data/html.xml
+++ b/plugins/snippets/data/html.xml
@@ -132,7 +132,7 @@ $0]]></text>
     <tag>head</tag>
   </snippet>
   <snippet id="image">
-    <text><![CDATA[<img src="${1:path/to/file}" alt="${2:description}" title="${3:description}" width="$4" height="$5" />$0]]></text>
+    <text><![CDATA[<img src="${1:path/to/file}" alt="${2:description}" title="${3:tool tip}" width="$4" height="$5" />$0]]></text>
     <tag>img</tag>
     <description>Image</description>
   </snippet>



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