mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Fix attribute parsing bug
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ export class AttributeList {
|
||||
}
|
||||
|
||||
if (key) {
|
||||
this._attributes[key.toLowerCase()] = value;
|
||||
this._attributes[key.trim().toLowerCase()] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user