Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Page body removes id tags #22

Closed
tbbooher opened this issue Jan 27, 2012 · 1 comment
Closed

Page body removes id tags #22

tbbooher opened this issue Jan 27, 2012 · 1 comment

Comments

@tbbooher
Copy link

When I set interpreter to non and save the following content:

 <div class="blog_calendar hasDatepicker" id="4f20ba65fdffdc4ce8000003"></div>
 <div class="blog_description" id="description_4f20ba65fdffdc4ce8000003"></div>

this renders as:

<div class="blog_calendar hasDatepicker"></div>
<div class="blog_description"></div>

I think the interpreter is still working, but the id attributes are getting stripped out.

@tbbooher
Copy link
Author

In looking at the controller, it looks like interpreter can't be set to none

@iboard iboard closed this as completed Apr 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants