pjc 5 years ago
parent
commit
b9a5316b06
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      classes/sphinxqlquery.class.php
  2. 1
    1
      sections/torrents/browse.php

+ 1
- 1
classes/sphinxqlquery.class.php View File

@@ -40,7 +40,7 @@ class SphinxqlQuery {
40 40
   /**
41 41
    * Specify the indexes to use in the search
42 42
    *
43
-   * @param string $Indexes comma separated list of indexes
43
+   * @param string $Indexes comma-separated list of indexes
44 44
    * @return current Sphinxql query object
45 45
    */
46 46
   public function from($Indexes) {

+ 1
- 1
sections/torrents/browse.php View File

@@ -269,7 +269,7 @@ View::show_header('Browse Torrents', 'browse');
269 269
         <tr id="tagfilter">
270 270
           <td class="label"><!--<span title="Use !tag to exclude tag" class="tooltip">Tags (comma-separated):</span>--></td>
271 271
           <td class="ft_taglist">
272
-            <input type="search" size="37" id="tags" name="taglist" class="inputtext smaller tooltip_left" title="Use !tag to exclude tag" placeholder="Tags (comma separated)" value="<?=display_str($Search->get_terms('taglist'))?>"<? Users::has_autocomplete_enabled('other'); ?> aria-label="Tags to search">&nbsp;
272
+            <input type="search" size="37" id="tags" name="taglist" class="inputtext smaller tooltip_left" title="Use !tag to exclude tag" placeholder="Tags (comma-separated)" value="<?=display_str($Search->get_terms('taglist'))?>"<? Users::has_autocomplete_enabled('other'); ?> aria-label="Tags to search">&nbsp;
273 273
             <input type="radio" name="tags_type" id="tags_type0" value="0"<?Format::selected('tags_type', 0, 'checked')?> /><label for="tags_type0"> Any</label>&nbsp;&nbsp;
274 274
             <input type="radio" name="tags_type" id="tags_type1" value="1"<?Format::selected('tags_type', 1, 'checked')?> /><label for="tags_type1"> All</label>
275 275
           </td>

Loading…
Cancel
Save