diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-23 21:02:39 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-23 21:02:39 +0000 |
| commit | ee9a18771b48a57f86351a952104c8638955f7ff (patch) | |
| tree | 4f9e8092542dbf86a90618748e0436ec72d60207 | |
| parent | a0d8aa693a1424ff23a689cc6019bf924958b8ae (diff) | |
| download | forums-ee9a18771b48a57f86351a952104c8638955f7ff.tar forums-ee9a18771b48a57f86351a952104c8638955f7ff.tar.gz forums-ee9a18771b48a57f86351a952104c8638955f7ff.tar.bz2 forums-ee9a18771b48a57f86351a952104c8638955f7ff.tar.xz forums-ee9a18771b48a57f86351a952104c8638955f7ff.zip | |
internal html compliance updates
git-svn-id: file:///svn/phpbb/trunk@3519 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/viewforum.php | 2 | ||||
| -rw-r--r-- | phpBB/viewtopic.php | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 8f9157d530..56e6fa2c6f 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -476,8 +476,6 @@ if ($forum_data['forum_postable']) $last_post_url = '<a href="viewtopic.' . $phpEx . $SID . '&f=' . $forum_id . '&p=' . $topic_row['topic_last_post_id'] . '#' . $topic_row['topic_last_post_id'] . '">' . $user->img('goto_post_latest', 'VIEW_LATEST_POST') . '</a>'; - - // Send vars to template $template->assign_block_vars('topicrow', array( 'FORUM_ID' => $forum_id, diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index bcbaed0768..c53617d7b2 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -625,7 +625,7 @@ if ($row = $db->sql_fetchrow($result)) if (!empty($row['user_icq'])) { - $user_cache[$poster_id]['icq_status_img'] = '<a href="http://wwp.icq.com/' . $row['user_icq'] . '#pager"><img src="http://web.icq.com/whitepages/online?icq=' . $row['user_icq'] . '&img=5" width="18" height="18" border="0" /></a>'; + $user_cache[$poster_id]['icq_status_img'] = '<a href="http://wwp.icq.com/' . $row['user_icq'] . '#pager"><img src="http://web.icq.com/whitepages/online?icq=' . $row['user_icq'] . '&img=5" width="18" height="18" border="0" alt="" title="" /></a>'; $user_cache[$poster_id]['icq_img'] = '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $row['user_icq'] . '">' . $user->img('icon_icq', $user->lang['ICQ']) . '</a>'; $user_cache[$poster_id]['icq'] = '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $row['user_icq'] . '">' . $user->lang['ICQ'] . '</a>'; } @@ -849,7 +849,7 @@ if ($row = $db->sql_fetchrow($result)) 'SIGNATURE' => $user_cache[$poster_id]['sig'], 'EDITED_MESSAGE'=> $l_edited_by, - 'RATING' => $rating, + 'RATING' => $rating, 'MINI_POST_IMG' => $mini_post_img, 'EDIT_IMG' => $edit_img, |
