Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweepr authored and StyleCIBot committed Mar 10, 2020
1 parent d8a2d58 commit 9d1e40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/we1rdo/includes/filters.inc.php
Expand Up @@ -158,7 +158,7 @@

<div class="sidebarPanel advancedSearch">
<h4><a class="toggle" onclick="toggleSidebarPanel('.advancedSearch')" title="<?php echo _("Close 'Advanced Search'"); ?>">[x]</a><?php echo _('Search on:'); ?></h4>
<ul class="search <?php echo ' fourcol';?>">
<ul class="search <?php echo ' fourcol'; ?>">
<li> <input type="radio" name="search[type]" value="Title" <?php echo $searchType == 'Title' ? 'checked="checked"' : '' ?> ><label><?php echo _('Title'); ?></label></li>
<li> <input type="radio" name="search[type]" value="Poster" <?php echo $searchType == 'Poster' ? 'checked="checked"' : '' ?> ><label><?php echo _('Poster'); ?></label></li>
<li> <input type="radio" name="search[type]" value="Tag" <?php echo $searchType == 'Tag' ? 'checked="checked"' : '' ?> ><label><?php echo _('Tag'); ?></label></li>
Expand Down

0 comments on commit 9d1e40a

Please sign in to comment.