Merge pull request #16402 from edx/robrap/remove-pragma
Remove pragmas to disable mako-missing-default
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
## xss-lint: disable=mako-missing-default
|
||||
|
||||
## coding=utf-8
|
||||
## mako
|
||||
|
||||
## Pages currently use v1 styling by default. Once the Pattern Library
|
||||
## rollout has been completed, this default can be switched to v2.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%page expression_filter="h"/>
|
||||
<script>
|
||||
## xss-lint: disable=mako-missing-default
|
||||
</script>
|
||||
<div class="wrapper-mast wrapper">
|
||||
<header class="mast has-subtitle">
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
## xss-lint: disable=mako-missing-default
|
||||
|
||||
## coding=utf-8
|
||||
|
||||
## This is the main Mako template that all page templates should include.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## mako
|
||||
<%page expression_filter="h"/>
|
||||
<script>
|
||||
## xss-lint: disable=mako-missing-default
|
||||
</script>
|
||||
|
||||
<section class="main-container">
|
||||
|
||||
Reference in New Issue
Block a user