mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 05:20:56 +02:00
[ticket/16977] Fix cron-job img tag layout and accessibility
PHPBB3-16977
This commit is contained in:
@@ -364,7 +364,7 @@ class helper
|
||||
if ($task)
|
||||
{
|
||||
$url = $task->get_url();
|
||||
$this->template->assign_var('RUN_CRON_TASK', '<img src="' . $url . '" width="1" height="1" alt="cron" />');
|
||||
$this->template->assign_var('RUN_CRON_TASK', '<img src="' . $url . '" width="1" height="1" alt="" style="position: fixed; top: -10000px" />');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user