Skip to content

Commit

Permalink
Remove duplicated array index.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeschinkel committed Dec 8, 2017
1 parent 8346524 commit 5c1fa20
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -962,14 +962,5 @@ abstract class AMP_Rule_Spec {
),
'tag_spec' => array(),
),
'script' => array(
'attr_spec_list' => array(
'type' => array(
'mandatory' => true,
'value_casei' => 'application/json',
),
),
'tag_spec' => array(),
),
);
}

0 comments on commit 5c1fa20

Please sign in to comment.