Unverified Commit 8a7275d6 by Jesse Zoldak Committed by GitHub

Merge pull request #16709 from open-craft/uman/xsslint

Fix some mako-missing-default xsslint issues in test files.
parents e3c4b9f0 1ab92ee9
<%page expression_filter="h"/>
# intentionally left blank # intentionally left blank
<%page expression_filter="h"/>
# intentionally left blank # intentionally left blank
<%page expression_filter="h"/>
# intentionally left blank # intentionally left blank
<%page expression_filter="h"/>
# intentionally left blank # intentionally left blank
<%page expression_filter="h"/>
<%inherit file="dashboard.html" /> <%inherit file="dashboard.html" />
<%block name="pagetitle">Overridden Title!</%block> <%block name="pagetitle">Overridden Title!</%block>
${parent.body()} ${parent.body()}
......
## mako ## mako
<%page expression_filter="h"/>
<%namespace name='static' file='/static_content.html'/> <%namespace name='static' file='/static_content.html'/>
<%include file="${static.get_template_path('courseware/test_relative_path.html')}" /> <%include file="${static.get_template_path('courseware/test_relative_path.html')}" />
<%include file="${static.get_template_path('/courseware/test_absolute_path.html')}" /> <%include file="${static.get_template_path('/courseware/test_absolute_path.html')}" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
from django.utils.translation import ugettext as _ from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse
%> %>
<%page args="tab_list, active_page, default_tab, tab_image" /> <%page args="tab_list, active_page, default_tab, tab_image" expression_filter="h" />
<% <%
def url_class(is_active): def url_class(is_active):
......
## mako ## mako
<%page expression_filter="h"/>
<%namespace name='static' file='/static_content.html'/> <%namespace name='static' file='/static_content.html'/>
<div>Microsite absolute path template contents</div> <div>Microsite absolute path template contents</div>
\ No newline at end of file
## mako ## mako
<%page expression_filter="h"/>
<%namespace name='static' file='/static_content.html'/> <%namespace name='static' file='/static_content.html'/>
<div>Microsite relative path template contents</div> <div>Microsite relative path template contents</div>
\ No newline at end of file
## mako ## mako
<%page expression_filter="h"/>
<%namespace name='static' file='static_content.html'/> <%namespace name='static' file='static_content.html'/>
<%! <%!
from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse
......
<%page expression_filter="h"/>
<%namespace name='static' file='../../static_content.html'/> <%namespace name='static' file='../../static_content.html'/>
<% style_overrides_file = static.get_value('css_overrides_file') %> <% style_overrides_file = static.get_value('css_overrides_file') %>
......
<%! <%page expression_filter="h"/>
<%!
from django.utils.translation import ugettext as _ from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse
%> %>
......
<%! <%page expression_filter="h"/>
<%!
from django.utils.translation import ugettext as _ from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse
%> %>
......
<%page expression_filter="h"/>
<%! from django.core.urlresolvers import reverse %> <%! from django.core.urlresolvers import reverse %>
<%namespace name='static' file='../../../static_content.html'/> <%namespace name='static' file='../../../static_content.html'/>
......
<%page expression_filter="h"/>
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%! <%!
......
<%page expression_filter="h"/>
This is a copyright page for an Open edX site. This is a copyright page for an Open edX site.
<%page expression_filter="h"/>
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%! <%!
......
<%page expression_filter="h"/>
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%! <%!
......
<%page expression_filter="h"/>
<html> <html>
<head> <head>
<title>Payment Error</title> <title>Payment Error</title>
......
<%page expression_filter="h"/>
<html> <html>
<head><title>Payment Form</title> <head><title>Payment Form</title>
</head> </head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment