phpmyadmin/templates/server/variables/session_variable_row.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

5 lines
222 B
PHTML

<tr class="var-row <?= $rowClass; ?>">
<td class="var-action"></td>
<td class="var-name session">(<?= __('Session value'); ?> )</td>
<td class="var-value value">&nbsp;<?= htmlspecialchars($value); ?></td>
</tr>