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
6362ef65b5
commit
3b63b7156f
|
|
@ -8526,7 +8526,8 @@
|
|||
{/if}
|
||||
|
||||
{/for}
|
||||
|
||||
|
||||
{literal}
|
||||
<!-- # Description. Max length allowed is 32 characters. -->
|
||||
<!-- # String -->
|
||||
<!-- # P1465 = -->
|
||||
|
|
@ -12246,7 +12247,7 @@
|
|||
<!-- # Value. -->
|
||||
<!-- # String. -->
|
||||
<!-- # P23903 = -->
|
||||
|
||||
{/literal}
|
||||
|
||||
<!-- ###################################################################################### -->
|
||||
<!-- ## Programmable Keys/Physical Multi-Purpose Keys - GXP2130/2160 only -->
|
||||
|
|
@ -12342,6 +12343,7 @@
|
|||
|
||||
{/for}
|
||||
|
||||
{literal}
|
||||
<!-- ###################################################################################### -->
|
||||
<!-- # MPK 2- GXP2130/2160 only -->
|
||||
<!-- ###################################################################################### -->
|
||||
|
|
@ -12941,7 +12943,7 @@
|
|||
<!-- # User ID. Max length allowed is 64 character -->
|
||||
<!-- # String -->
|
||||
<!-- # <P1463></P1463> -->
|
||||
|
||||
{/literal}
|
||||
<!-- ############################################################################## -->
|
||||
<!-- ## Settings/Programmable Keys / Softkeys Settings -->
|
||||
<!-- ############################################################################## -->
|
||||
|
|
@ -13224,6 +13226,7 @@
|
|||
{/for}
|
||||
{/if}
|
||||
|
||||
{literal}
|
||||
<!-- ###################################################################################### -->
|
||||
<!-- # EXT MPK 2 -->
|
||||
<!-- ###################################################################################### -->
|
||||
|
|
@ -17214,7 +17217,7 @@
|
|||
<!-- # Value -->
|
||||
<!-- # String -->
|
||||
<!-- # <P23798></P23798> -->
|
||||
|
||||
{/literal}
|
||||
|
||||
|
||||
</config>
|
||||
|
|
|
|||
Loading…
Reference in New Issue