-
1. Re: Bugs in Beta
DigitalFuel Oct 7, 2014 7:47 PM (in response to Digital Fuel Web)Bug: Again with Edit Mode
{%comment%} {%endcomment%} & {%include"/_System/includes/Head Tags.tpl"%} these work great in forward facing site so much so I was going to change many contentHolders to includes but in edit mode they have issues.
Comments works but the tags sometimes render on the page. Fix <!--{%comment%} {%endcomment%}--> still works then comment out comments.
Includes placed in the <head> or anywhere does not render in edit mode. meaning the page does not render as it should.
Note to others: Includes means CSS etc is out of the road of clients and will render in the head unlike with contentHolders.
-
2. Re: Bugs in Beta
Liam Dilley Oct 13, 2014 5:48 PM (in response to DigitalFuel)Comments are if you were leaving comment notes like /**/ and <!-- --> BUT you do not want to render them into the markup. It is not there to capture code like that, there is capture for that.
There is a well developed bug list thread there as well: Bug List thread



