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/twig
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: Twig 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="twig.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="#">Twig</a>
[20] Fix | Delete
</ul>
[21] Fix | Delete
</div>
[22] Fix | Delete
[23] Fix | Delete
<article>
[24] Fix | Delete
<h2>Twig mode</h2>
[25] Fix | Delete
<form><textarea id="code" name="code">
[26] Fix | Delete
{% extends "layout.twig" %}
[27] Fix | Delete
{% block title %}CodeMirror: Twig mode{% endblock %}
[28] Fix | Delete
{# this is a comment #}
[29] Fix | Delete
{% block content %}
[30] Fix | Delete
{% for foo in bar if foo.baz is divisible by(3) %}
[31] Fix | Delete
Hello {{ foo.world }}
[32] Fix | Delete
{% else %}
[33] Fix | Delete
{% set msg = "Result not found" %}
[34] Fix | Delete
{% include "empty.twig" with { message: msg } %}
[35] Fix | Delete
{% endfor %}
[36] Fix | Delete
{% endblock %}
[37] Fix | Delete
</textarea></form>
[38] Fix | Delete
<script>
[39] Fix | Delete
var editor =
[40] Fix | Delete
CodeMirror.fromTextArea(document.getElementById("code"), {mode:
[41] Fix | Delete
{name: "twig", htmlMode: true}});
[42] Fix | Delete
</script>
[43] Fix | Delete
</article>
[44] Fix | Delete
[45] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function