example:
Title Template: #TITLE#

bold and break tags do not stick. once saved they are ignored.

Comments

Se7enLC’s picture

gcal_events uses the default input format as its filter (a call to check_markup() to make sure illegal or dangerous tags are stripped, to prevent cross-site scripting)

If you have your default input format set to something that does not allow using or
tags, try changing it to allow them and see if that works. It may be possible to set which input format the module should use, but I'm not sure how to do that, yet. Give that workaround a shot and see if it solves your issue.

jfurfey’s picture

Thank you! That did it. I should have thought of that myself.

Se7enLC’s picture

I'm looking into figuring out how to define an input format for the module. There could conceivably be somebody that wants to have the default input filter have no HTML, but want HTML in the calendar. You *could* also remove the check_markup() calls to get the same result, but that is reallllly not recommended, as it could create security holes.

Se7enLC’s picture

Status: Active » Closed (works as designed)
Se7enLC’s picture

Assigned: Unassigned » Se7enLC
Status: Closed (works as designed) » Fixed

Input format support has been added to the module to address this.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.