Skip to content

Commit 70c29fd

Browse files
committed
Fix space in anchor text
1 parent c0c892d commit 70c29fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ function mb_strtolower($string)
522522
}
523523
$updaterdir = __DIR__ . '/../updater';
524524
if(file_exists($updaterdir)){
525-
echo Info(s('Try automatic updater').'<a href="?page=redirecttoupdater" title="'.s('automatic updater').'"> '.s('here').'</a>'.' ('.s('beta').')');
525+
echo Info(s('Try automatic updater').' <a href="?page=redirecttoupdater" title="'.s('automatic updater').'">'.s('here').'</a>'.' ('.s('beta').')');
526526
}
527527
if (version_compare(PHP_VERSION, '5.3.3', '<') && WARN_ABOUT_PHP_SETTINGS) {
528528
Error(s('Your PHP version is out of date. phpList requires PHP version 5.3.3 or higher.'));

0 commit comments

Comments
 (0)