You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Hallo Leo,
enthält ein Css Eintrag ein Kommentar mit /* Kommentar */ in Contao 3.4.0
wird im Export File das /* und */ durch die Funktion compileDefinition im StyleSheetes.php heraus replaced.
Ursache ist $blnWriteToFile in Zeile 1399 wird als false von exportStyleSheet() gesetzt. (Ursache)
Beim Export sollte der Kommentar als solches erhalten bleiben.
The text was updated successfully, but these errors were encountered:
Hallo Leo,
enthält ein Css Eintrag ein Kommentar mit
/* Kommentar */
in Contao 3.4.0wird im Export File das /* und */ durch die Funktion compileDefinition im StyleSheetes.php heraus replaced.
Ursache ist $blnWriteToFile in Zeile 1399 wird als false von exportStyleSheet() gesetzt. (Ursache)
Beim Export sollte der Kommentar als solches erhalten bleiben.
The text was updated successfully, but these errors were encountered: