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:
Mohamed Eltayar 2025-11-11 21:50:55 +03:00
parent da679e48da
commit 1830c41bd0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
direction: ltr;
}
/* Record Type Simple & Genius Design */
/* Record Type Simple & Genius Design */
.o_record_type_simple {
background: #f8f9fa;
padding: 20px;