imthebest
Well-known member
On a stock 1.4.0 Beta 2 template I edit account_wrapper to remove the Privacy link:
After removing that code snippet I'm ready to save the changes:
Now after saving the template I'm going to check the changes I made just to be sure:
As you can see, the template manager is reporting that I deleted:
When in fact what I deleted was:
For practical purposes it's the same however I don't understand why it's reporting incorrectly the changes I made.
After removing that code snippet I'm ready to save the changes:
Now after saving the template I'm going to check the changes I made just to be sure:
As you can see, the template manager is reporting that I deleted:
Code:
class="{xen:if "{$selectedKey} == 'account/privacy'", 'secondaryContent', 'primaryContent'}"
href="{xen:link account/privacy}">{xen:phrase privacy}</a></li>
<li><a
When in fact what I deleted was:
Code:
<li><a
class="{xen:if "{$selectedKey} == 'account/privacy'", 'secondaryContent', 'primaryContent'}"
href="{xen:link account/privacy}">{xen:phrase privacy}</a></li>
For practical purposes it's the same however I don't understand why it's reporting incorrectly the changes I made.