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

@@ -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>