We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c892d commit 70c29fdCopy full SHA for 70c29fd
public_html/lists/admin/index.php
@@ -522,7 +522,7 @@ function mb_strtolower($string)
522
}
523
$updaterdir = __DIR__ . '/../updater';
524
if(file_exists($updaterdir)){
525
- echo Info(s('Try automatic updater').'<a href="?page=redirecttoupdater" title="'.s('automatic updater').'"> '.s('here').'</a>'.' ('.s('beta').')');
+ echo Info(s('Try automatic updater').' <a href="?page=redirecttoupdater" title="'.s('automatic updater').'">'.s('here').'</a>'.' ('.s('beta').')');
526
527
if (version_compare(PHP_VERSION, '5.3.3', '<') && WARN_ABOUT_PHP_SETTINGS) {
528
Error(s('Your PHP version is out of date. phpList requires PHP version 5.3.3 or higher.'));
0 commit comments