Skip to content

Commit d2abdf2

Browse files
pipboy96zoracon
authored andcommitted
Change single quote to double quote in automatically added default_off attribute. (EFForg#17636)
1 parent b41f73c commit d2abdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rules/src/https_everywhere_checker/check_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def disableRuleset(ruleset, problemRules, urlCount):
227227
if urlCount == len(problemRules):
228228
logging.info("Disabling ruleset {}".format(ruleset.filename))
229229
contents = re.sub("(<ruleset [^>]*)>",
230-
"\\1 default_off='failed ruleset test'>", contents);
230+
"\\1 default_off=\"failed ruleset test\">", contents);
231231
# If not all targets, just the target
232232
else:
233233
for rule in rules:

0 commit comments

Comments
 (0)