Issue 1788: Month view prints html
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by johnny.c...@cedis.se, Apr 15, 2013
In my month names I have html tags before and after each month name. This works great with week and day view, but when changing to month it prints out for example <div>Jan</div> elements.
Aug 24, 2013
Project Member #1 adamrs...@gmail.com
event titles dont support HTML tags (they get escaped). if you need to insert raw HTML, use the `eventRender` callback
Status: Done