WhitespaceClean-resources/templates/smarty

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
mafoo
2016-03-11 13:45:32 +00:00
parent 66ba2802bd
commit 3f5d003c71
5 changed files with 83 additions and 83 deletions
+4 -4
View File
@@ -33,12 +33,12 @@ h2 {
}
body {
background: black;
background: black;
}
p, table, div {
background: #f0ead8;
}
}
p {
margin: 0;
@@ -106,7 +106,7 @@ td {
<table id="table_assigned_vars">
{foreach $assigned_vars as $vars}
<tr class="{if $vars@iteration % 2 eq 0}odd{else}even{/if}">
<tr class="{if $vars@iteration % 2 eq 0}odd{else}even{/if}">
<th>${$vars@key|escape:'html'}</th>
<td>{$vars|debug_print_var nofilter}</td></tr>
{/foreach}
@@ -116,7 +116,7 @@ td {
<table id="table_config_vars">
{foreach $config_vars as $vars}
<tr class="{if $vars@iteration % 2 eq 0}odd{else}even{/if}">
<tr class="{if $vars@iteration % 2 eq 0}odd{else}even{/if}">
<th>{$vars@key|escape:'html'}</th>
<td>{$vars|debug_print_var nofilter}</td></tr>
{/foreach}