phpmyadmin/templates/components/error_message.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

4 lines
116 B
PHTML

<div class="error">
<img src="themes/dot.gif" title="" alt="" class="icon ic_s_error" />
<?= $msg; ?>
</div>