HTML bug in calendar widget
-
Hi! In ccw_class.php and function cww_get_month_html() there is a line reading:
$post_title = '<a href="'.get_permalink($ak_post_title->ID).'"><b style="color:#fd3d3d;margin-right:5px;">'.$date.'</b>'.$ak_post_title->post_title.'</a>';This produces a buggy title attribute in the HTML output, like this:
title="<a href="http://my.host.name/product/event123/"><b style="color:#fd3d3d;margin-right:5px;">10:00</b>Event title</a>"Not sure how the HREF was meant to work. Note also that time (10.00) is there but the date is missing from the variable $date.
Module shows great promise, but needs some more love… 🙂
The topic ‘HTML bug in calendar widget’ is closed to new replies.