Skip to content

Commit

Permalink
Fixes syntax error in template
Browse files Browse the repository at this point in the history
  • Loading branch information
topscoder committed May 14, 2024
1 parent 81356d8 commit 01dc622
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ http:
group: 1
internal: true
regex:
- - "(?mi)learndash_quiz_front.min.css\\?ver=([0-9.]+)"
- "(?mi)learndash_quiz_front.min.css\\?ver=([0-9.]+)"

- type: regex
name: version
part: body
group: 1
regex:
- - "(?mi)learndash_quiz_front.min.css\\?ver=([0-9.]+)"
- "(?mi)learndash_quiz_front.min.css\\?ver=([0-9.]+)"

matchers-condition: and
matchers:
Expand Down

0 comments on commit 01dc622

Please sign in to comment.