diff options
author | David M <davidmj@users.sourceforge.net> | 2006-08-18 21:19:39 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-08-18 21:19:39 +0000 |
commit | 11dba17606b6722df06b71ffa31a14998f363dde (patch) | |
tree | 1d347a8e6b69830149eb40e9c9bd828a0b95aea9 | |
parent | 7e3c54ed600fffb2d7d0bb523632f90408a1ff00 (diff) | |
download | forums-11dba17606b6722df06b71ffa31a14998f363dde.tar forums-11dba17606b6722df06b71ffa31a14998f363dde.tar.gz forums-11dba17606b6722df06b71ffa31a14998f363dde.tar.bz2 forums-11dba17606b6722df06b71ffa31a14998f363dde.tar.xz forums-11dba17606b6722df06b71ffa31a14998f363dde.zip |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@6301 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 3e89769234..84de408eb9 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3102,7 +3102,7 @@ function page_footer() if ($cron_type) { - $template->assign_var('RUN_CRON_TASK', '<img src="' . $phpbb_root_path . 'cron.' . $phpEx . '?cron_type=' . $cron_type . '" width="1" height="1" />'); + $template->assign_var('RUN_CRON_TASK', '<img src="' . $phpbb_root_path . 'cron.' . $phpEx . '?cron_type=' . $cron_type . '" width="1" height="1" alt="cron" />'); } } |