Add {literal} and {/literal} used in long sections of commented lines
Used in long sections of commented out lines. This solves a problem on ARM devices like Raspberry Pi.
This commit is contained in:
parent
4dc1833b53
commit
6362ef65b5
|
|
@ -8533,7 +8533,8 @@
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{/for}
|
{/for}
|
||||||
|
|
||||||
|
{literal}
|
||||||
<!-- # Description. Max length allowed is 32 characters. -->
|
<!-- # Description. Max length allowed is 32 characters. -->
|
||||||
<!-- # String -->
|
<!-- # String -->
|
||||||
<!-- # P1465 = -->
|
<!-- # P1465 = -->
|
||||||
|
|
@ -12253,7 +12254,7 @@
|
||||||
<!-- # Value. -->
|
<!-- # Value. -->
|
||||||
<!-- # String. -->
|
<!-- # String. -->
|
||||||
<!-- # P23903 = -->
|
<!-- # P23903 = -->
|
||||||
|
{/literal}
|
||||||
|
|
||||||
<!-- ###################################################################################### -->
|
<!-- ###################################################################################### -->
|
||||||
<!-- ## Programmable Keys/Physical Multi-Purpose Keys - GXP2130/2160 only -->
|
<!-- ## Programmable Keys/Physical Multi-Purpose Keys - GXP2130/2160 only -->
|
||||||
|
|
@ -12349,6 +12350,7 @@
|
||||||
|
|
||||||
{/for}
|
{/for}
|
||||||
|
|
||||||
|
{literal}
|
||||||
<!-- ###################################################################################### -->
|
<!-- ###################################################################################### -->
|
||||||
<!-- # MPK 2- GXP2130/2160 only -->
|
<!-- # MPK 2- GXP2130/2160 only -->
|
||||||
<!-- ###################################################################################### -->
|
<!-- ###################################################################################### -->
|
||||||
|
|
@ -12948,7 +12950,7 @@
|
||||||
<!-- # User ID. Max length allowed is 64 character -->
|
<!-- # User ID. Max length allowed is 64 character -->
|
||||||
<!-- # String -->
|
<!-- # String -->
|
||||||
<!-- # <P1463></P1463> -->
|
<!-- # <P1463></P1463> -->
|
||||||
|
{/literal}
|
||||||
<!-- ############################################################################## -->
|
<!-- ############################################################################## -->
|
||||||
<!-- ## Settings/Programmable Keys / Softkeys Settings -->
|
<!-- ## Settings/Programmable Keys / Softkeys Settings -->
|
||||||
<!-- ############################################################################## -->
|
<!-- ############################################################################## -->
|
||||||
|
|
@ -13231,6 +13233,7 @@
|
||||||
{/for}
|
{/for}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
{literal}
|
||||||
<!-- ###################################################################################### -->
|
<!-- ###################################################################################### -->
|
||||||
<!-- # EXT MPK 2 -->
|
<!-- # EXT MPK 2 -->
|
||||||
<!-- ###################################################################################### -->
|
<!-- ###################################################################################### -->
|
||||||
|
|
@ -17221,7 +17224,7 @@
|
||||||
<!-- # Value -->
|
<!-- # Value -->
|
||||||
<!-- # String -->
|
<!-- # String -->
|
||||||
<!-- # <P23798></P23798> -->
|
<!-- # <P23798></P23798> -->
|
||||||
|
{/literal}
|
||||||
|
|
||||||
|
|
||||||
</config>
|
</config>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue