Closed (fixed)
Project:
phpFreeChat integration
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2007 at 13:32 UTC
Updated:
27 Dec 2007 at 10:01 UTC
The following code:
356 else if ($user->uid == 0) {
357 $output .= t('Please %login to chat', array('%login' => l('login', 'user/login')));
358 }
prints the HTML substituded by l(login, 'user/login') as filtered through check_plain. Thus, the html appears inline.
If you instead use !login, it will not run the html through check plain using the default theme_placeholder function:
http://api.drupal.org/api/function/theme_placeholder/5
Comments
Comment #1
owahab commentedComment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.