Fixed missing ";"

This commit is contained in:
Juan Carlos 2020-07-04 22:51:58 +02:00 committed by GitHub
parent 36e368fdd4
commit c91833e1ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -12,5 +12,4 @@ user_pref("browser.tabs.drawInTitlebar", true);
user_pref("browser.uidensity", 0);
// Enable SVG context-propertes
user_pref("svg.context-properties.content.enabled", true)
user_pref("svg.context-properties.content.enabled", true);