mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 07:44:49 +02:00
Styling fixes
This commit is contained in:
@@ -11,14 +11,12 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$caption = "Search Help";
|
||||
$text = "
|
||||
<p>
|
||||
If your MySQL server version supports it you can switch
|
||||
to the MySQL sort method which is faster than the PHP sort method. See preferences.
|
||||
</p>
|
||||
<p>
|
||||
<br /><br />
|
||||
If your site includes Ideographic languages such as Chinese and Japanese you must
|
||||
use the PHP sort method and switch whole word matching off.
|
||||
</p>
|
||||
|
||||
";
|
||||
$ns->tablerender($caption, $text);
|
||||
?>
|
Reference in New Issue
Block a user