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