8616def7aad738d596041ae3c84bea7d58cdffdc
The injectXmlSpacePreserve function was inserting the attribute AFTER the self-closing slash in tags like <t t-name="foo"/>, producing invalid XML: <t t-name="foo"/ xml:space="preserve"> Now correctly inserts before the slash: <t t-name="foo" xml:space="preserve"/> This fixes the "attributes construct error at column 33" that appeared as a red banner in the Odoo webclient list view. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
JavaScript
55.3%
Fluent
18.6%
Go
15.9%
SCSS
7.4%
CSS
2.2%
Other
0.6%