mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
Enable autoescaping in more places
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
30d64cafda
commit
5b9f65880d
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{% block header %}
|
{% block header %}
|
||||||
|
{% autoescape on %}
|
||||||
<div class="navbar navbar-fixed-top">
|
<div class="navbar navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
@ -54,6 +55,7 @@
|
||||||
</div> <!-- end of "container" -->
|
</div> <!-- end of "container" -->
|
||||||
</div> <!-- "end of "navbar-inner" -->
|
</div> <!-- "end of "navbar-inner" -->
|
||||||
</div> <!-- end of "navbar" -->
|
</div> <!-- end of "navbar" -->
|
||||||
|
{% endautoescape %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<div id="content" class="container top-padded">
|
<div id="content" class="container top-padded">
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
{% autoescape on %}
|
||||||
<h2>About</h2>
|
<h2>About</h2>
|
||||||
|
|
||||||
<p>This website indexes layers for the <a href="http://www.openembedded.org">OpenEmbedded</a> build system, suitable for use on top of OpenEmbedded-Core and distributions based upon it, providing additional recipes, machine support and/or distro policy configuration.</p>
|
<p>This website indexes layers for the <a href="http://www.openembedded.org">OpenEmbedded</a> build system, suitable for use on top of OpenEmbedded-Core and distributions based upon it, providing additional recipes, machine support and/or distro policy configuration.</p>
|
||||||
|
@ -41,6 +42,7 @@
|
||||||
|
|
||||||
<p>The code is Open Source and can be found on <a href="http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/">git.yoctoproject.org</a>. Patches welcome!</p>
|
<p>The code is Open Source and can be found on <a href="http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/">git.yoctoproject.org</a>. Patches welcome!</p>
|
||||||
|
|
||||||
|
{% endautoescape %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
|
|
|
@ -12,7 +12,9 @@
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
{% autoescape on %}
|
||||||
{% block title %}OpenEmbedded metadata index - {{ layeritem.name }}{% endblock %}
|
{% block title %}OpenEmbedded metadata index - {{ layeritem.name }}{% endblock %}
|
||||||
|
{% endautoescape %}
|
||||||
-->
|
-->
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
|
@ -12,7 +12,9 @@
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
{% autoescape on %}
|
||||||
{% block title %}OpenEmbedded metadata index - {{ recipe.pn }}{% endblock %}
|
{% block title %}OpenEmbedded metadata index - {{ recipe.pn }}{% endblock %}
|
||||||
|
{% endautoescape %}
|
||||||
-->
|
-->
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user