Merge pull request #16402 from edx/robrap/remove-pragma

Remove pragmas to disable mako-missing-default
This commit is contained in:
Robert Raposa
2017-11-01 08:52:12 -04:00
committed by GitHub
4 changed files with 3 additions and 6 deletions

View File

@@ -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.

View File

@@ -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">

View File

@@ -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.

View File

@@ -1,6 +1,6 @@
## mako
<%page expression_filter="h"/>
<script>
## xss-lint: disable=mako-missing-default
</script>
<section class="main-container">