Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wp-file-.../lib/codemirr.../mode/jinja2
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: Jinja2 mode</title>
[2] Fix | Delete
<meta charset="utf-8"/>
[3] Fix | Delete
<link rel=stylesheet href="../../doc/docs.css">
[4] Fix | Delete
[5] Fix | Delete
<link rel="stylesheet" href="../../lib/codemirror.css">
[6] Fix | Delete
<script src="../../lib/codemirror.js"></script>
[7] Fix | Delete
<script src="jinja2.js"></script>
[8] Fix | Delete
<style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
[9] Fix | Delete
<div id=nav>
[10] Fix | Delete
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
[11] Fix | Delete
[12] Fix | Delete
<ul>
[13] Fix | Delete
<li><a href="../../index.html">Home</a>
[14] Fix | Delete
<li><a href="../../doc/manual.html">Manual</a>
[15] Fix | Delete
<li><a href="https://github.com/codemirror/codemirror">Code</a>
[16] Fix | Delete
</ul>
[17] Fix | Delete
<ul>
[18] Fix | Delete
<li><a href="../index.html">Language modes</a>
[19] Fix | Delete
<li><a class=active href="#">Jinja2</a>
[20] Fix | Delete
</ul>
[21] Fix | Delete
</div>
[22] Fix | Delete
[23] Fix | Delete
<article>
[24] Fix | Delete
<h2>Jinja2 mode</h2>
[25] Fix | Delete
<form><textarea id="code" name="code">
[26] Fix | Delete
{# this is a comment #}
[27] Fix | Delete
{%- for item in li -%}
[28] Fix | Delete
&lt;li&gt;{{ item.label }}&lt;/li&gt;
[29] Fix | Delete
{% endfor -%}
[30] Fix | Delete
{{ item.sand == true and item.keyword == false ? 1 : 0 }}
[31] Fix | Delete
{{ app.get(55, 1.2, true) }}
[32] Fix | Delete
{% if app.get(&#39;_route&#39;) == (&#39;_home&#39;) %}home{% endif %}
[33] Fix | Delete
{% if app.session.flashbag.has(&#39;message&#39;) %}
[34] Fix | Delete
{% for message in app.session.flashbag.get(&#39;message&#39;) %}
[35] Fix | Delete
{{ message.content }}
[36] Fix | Delete
{% endfor %}
[37] Fix | Delete
{% endif %}
[38] Fix | Delete
{{ path(&#39;_home&#39;, {&#39;section&#39;: app.request.get(&#39;section&#39;)}) }}
[39] Fix | Delete
{{ path(&#39;_home&#39;, {
[40] Fix | Delete
&#39;section&#39;: app.request.get(&#39;section&#39;),
[41] Fix | Delete
&#39;boolean&#39;: true,
[42] Fix | Delete
&#39;number&#39;: 55.33
[43] Fix | Delete
})
[44] Fix | Delete
}}
[45] Fix | Delete
{% include (&#39;test.incl.html.twig&#39;) %}
[46] Fix | Delete
</textarea></form>
[47] Fix | Delete
<script>
[48] Fix | Delete
var editor =
[49] Fix | Delete
CodeMirror.fromTextArea(document.getElementById("code"), {mode:
[50] Fix | Delete
{name: "jinja2", htmlMode: true}});
[51] Fix | Delete
</script>
[52] Fix | Delete
</article>
[53] Fix | Delete
[54] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function