Hi,
I'm using List Pages Plus to add an extra <div> around parent items, so that they can be styled differently.
I am having problems with List Pages Plus not storing quote characters properly. I would like the output to be:
<div class="parentPage">Parent Page Title</div>
However, what I get is:
<div class=\"parentPage\">Parent Page Title</div>
I cannot use the li tag for styling due to this being used for a drop-down menu.
Any chance this could be fixed, or someone could offer a workaround?
Cheers!