fix: XML syntax error in CSS comment - encode & as &
- Fixed XMLSyntaxError: xmlParseEntityRef: no name, line 32, column 44 - Encoded & operator in CSS comment as & for proper XML parsing - Critical fix to allow module upgrade without XML validation errors - Affects: assets.xml line 32 in Record Type Simple & Genius Design comment
This commit is contained in:
parent
da679e48da
commit
1830c41bd0
|
|
@ -29,7 +29,7 @@
|
|||
direction: ltr;
|
||||
}
|
||||
|
||||
/* Record Type Simple & Genius Design */
|
||||
/* Record Type Simple & Genius Design */
|
||||
.o_record_type_simple {
|
||||
background: #f8f9fa;
|
||||
padding: 20px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue