Removed final newline from snippet files.

This commit is contained in:
Joao Tavora
2011-10-13 14:34:13 +01:00
parent 6c84d6c428
commit d3086586be
229 changed files with 229 additions and 232 deletions

View File

@@ -1,4 +1,4 @@
#contributor : Xah Lee xahlee.org
#name : <b>...</b>
# --
<b>$0</b>
<b>$0</b>

View File

@@ -8,4 +8,4 @@ a mirror up here $3
</dov>
<dov $1>
actually some other shit and $3
</dov>
</dov>

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <h1>...</h1>
# --
<h1>$1</h1>
<h1>$1</h1>

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <h2>...</h2>
# --
<h2>$1</h2>
<h2>$1</h2>

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <h3>...</h3>
# --
<h3>$1</h3>
<h3>$1</h3>

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <h4>...</h4>
# --
<h4>$1</h4>
<h4>$1</h4>

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <h5>...</h5>
# --
<h5>$1</h5>
<h5>$1</h5>

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <h6>...</h6>
# --
<h6>$1</h6>
<h6>$1</h6>

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <hr />
# --
<hr />
<hr />

View File

@@ -3,4 +3,4 @@
# --
<html>
$0
</html>
</html>

View File

@@ -3,4 +3,4 @@
# --
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}">
$0
</html>
</html>

View File

@@ -1,4 +1,4 @@
#contributor : Xah Lee xahlee.org
#name : <i>...</i>
# --
<i>$0</i>
<i>$0</i>

View File

@@ -1,4 +1,4 @@
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
#name : <dd> ... </dd>
# --
<dd>$1</dd>
<dd>$1</dd>

View File

@@ -3,4 +3,4 @@
# --
<dl>
$0
</dl>
</dl>

View File

@@ -3,4 +3,4 @@
# --
<dl id="$1">
$0
</dl>
</dl>

View File

@@ -1,4 +1,4 @@
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
#name : <dt> ... </dt>
# --
<dt>$1</dt>
<dt>$1</dt>

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <li>...</li>
# --
<li>$1</li>
<li>$1</li>

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <li class="...">...</li>
# --
<li class="$1">$2</li>
<li class="$1">$2</li>

View File

@@ -3,4 +3,4 @@
# --
<ol>
$0
</ol>
</ol>

View File

@@ -3,4 +3,4 @@
# --
<ol class="$1">
$0
</ol>
</ol>

View File

@@ -3,4 +3,4 @@
# --
<ol id="$1">
$0
</ol>
</ol>

View File

@@ -3,4 +3,4 @@
# --
<ul>
$0
</ul>
</ul>

View File

@@ -3,4 +3,4 @@
# --
<ul class="$1">
$0
</ul>
</ul>

View File

@@ -3,4 +3,4 @@
# --
<ul id="$1">
$0
</ul>
</ul>

View File

@@ -1,3 +1,3 @@
#name : Doctype HTML 4.01 Strict
# --
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

View File

@@ -1,3 +1,3 @@
#name : DocType XHTML 1.0 frameset
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

View File

@@ -1,3 +1,3 @@
#name : DocType XHTML 1.1
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

View File

@@ -1,3 +1,3 @@
#name : DocType XHTML 1.0 Strict
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

View File

@@ -1,3 +1,3 @@
#name : DocType XHTML 1.0 Transitional
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <meta name="..." content="..." />
# --
<meta name="${1:generator}" content="${2:content}" />
<meta name="${1:generator}" content="${2:content}" />

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <meta http-equiv="..." content="..." />
# --
<meta http-equiv="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />
<meta http-equiv="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />

View File

@@ -3,4 +3,4 @@
# --
<blockquote>
$0
</blockquote>
</blockquote>

View File

@@ -3,4 +3,4 @@
# --
<table width="$1" cellspacing="$2" cellpadding="$3" border="$4">
$0
</table>
</table>

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <td>...</td>
# --
<td$1>$2</td>
<td$1>$2</td>

View File

@@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <th>...</th>
# --
<th$1>$2</th>
<th$1>$2</th>

View File

@@ -3,4 +3,4 @@
# --
<tr>
$0
</tr>
</tr>