Title: HTML error in rendered code
Last modified: April 11, 2020

---

# HTML error in rendered code

 *  [Marc Shade](https://wordpress.org/support/users/marcshade/)
 * (@marcshade)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/html-error-in-rendered-code/)
 * Rendered HTML code for the “month” view is not putting a space between the td
   and class part of the tag. This is causing the current day on the month view 
   to break.
 * Rendered code looks like: <tdclass=”ai1ec-today”>
    Should look like: <td class
   =”ai1ec-today”>
 * This is happening on several websites where we use the plugin. I’ve tested by
   having no other plugins active, and set to a default WP theme with no luck. The
   admin side of the plugin also breaks and shows all admin content on one page 
   and clicking nav tabs does nothing.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhtml-error-in-rendered-code%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [chenz2](https://wordpress.org/support/users/chenz2/)
 * (@chenz2)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/html-error-in-rendered-code/#post-12668127)
 * Yep, have the same issue. Hope they fix it quick!
 *  [katearpi](https://wordpress.org/support/users/kschwend/)
 * (@kschwend)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/html-error-in-rendered-code/#post-12675118)
 * Having the same problem! Hoping someone out there has a fix, but the entire plugin
   is pretty glitchy these days.
 *  [katearpi](https://wordpress.org/support/users/kschwend/)
 * (@kschwend)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/html-error-in-rendered-code/#post-12690511)
 * The message I got back from Time.ly support regarding this issue reads:
 * > You can try our newest web app Journey calendar where we have done tremendous
   > enhancement on the overall functionalities and interface.
   >  We can also assist
   > you to transfer your current events as soon as your Journey calendar is activated.
   > The Journey web app is an embeddable calendar which does not require to download
   > any plugins, you can easily Sign up, pick a plan and embed the calendar on 
   > your website. You will get free 30-day trial with any of the available Plans.
   > If you need help with setting up your Journey calendar, please feel free to
   > let us know.
 * So, looks like they’re not going to bother to fix the problem. I’ll be searching
   for a different plugin…
 *  [Fionder](https://wordpress.org/support/users/fionder/)
 * (@fionder)
 * [6 years ago](https://wordpress.org/support/topic/html-error-in-rendered-code/#post-12828447)
 * Yup, I got the same message! I don’t want the new app – it is too expensive for
   most of my clients. In general I like the All in One Calendar and would be prepared
   to pay a reasonable amount for a multisite license for a version that works. 
   I haven’t yet found a suitable replacement – if anyone has I would be interested
   to know!
 *  [burkettd](https://wordpress.org/support/users/burkettd/)
 * (@burkettd)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/html-error-in-rendered-code/#post-13100927)
 * Go to the monthly.twig file and change line 20 to this:
 * `<td {% if day.today %} class="ai1ec-today"{% endif %} >`
 * You are basically adding the space before ‘class’.
 * You can find that twig file here:
    yoursite.com / wp-content / plugins / all-
   in-one-event-calendar / public / themes-ai1ec / vortex / twig
 * Replace vortex with the theme you’re using if not that. Vortex is the default
   theme.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘HTML error in rendered code’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/all-in-one-event-calendar.svg)
 * [Timely All-in-One Events Calendar](https://wordpress.org/plugins/all-in-one-event-calendar/)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-event-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-event-calendar/reviews/)

 * 5 replies
 * 5 participants
 * Last reply from: [burkettd](https://wordpress.org/support/users/burkettd/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/html-error-in-rendered-code/#post-13100927)
 * Status: not resolved