phpmyadmin/templates/server/variables/variable_table_head.phtml
Atul Pratap Singh b6ee54035a Remove newline eof from templates/*
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2016-01-22 23:27:24 +05:30

7 lines
268 B
PHTML

<thead>
<tr class="var-header var-row">
<td class="var-action"><?= __('Action'); ?></td>
<td class="var-name"><?= __('Variable'); ?></td>
<td class="var-value"><?= __('Session value'); ?> / <?= __('Global value'); ?></td>
</tr>
</thead>