[Plugin: ICS Calendar] Improved event rendering
-
Add a space after colon in line 706 of file ics-import.php
Replace this
else $options['custom_format'] = '<li style="color:#333333; "><strong>%date-time%:</strong>%event-title%</li>';with this
else $options['custom_format'] = '<li style="color:#333333; "><strong>%date-time%:</strong> %event-title%</li>';Also, make the colon configurable so people can use hyphen, n-dash, m-dash, colonm, non (only the space) or whatever they like.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: ICS Calendar] Improved event rendering’ is closed to new replies.