mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
autosearch fix
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
<body>
|
||||
|
||||
<p style="font-weight: bold; font-size: 18px;"><?php print $text_search_expression; ?>: <?php print $search_expression; ?><br />
|
||||
<?php print $text_date; ?>: <?php print $a['date1']; ?></p>
|
||||
<?php if($a['date1']) { print $text_date; ?>: <?php print $a['date1']; } ?></p>
|
||||
|
||||
<?php if($n > 0) { ?>
|
||||
<table id="results" class="table table-striped table-condensed">
|
||||
|
Reference in New Issue
Block a user