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/http
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: HTTP 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="http.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="#">HTTP</a>
[20] Fix | Delete
</ul>
[21] Fix | Delete
</div>
[22] Fix | Delete
[23] Fix | Delete
<article>
[24] Fix | Delete
<h2>HTTP mode</h2>
[25] Fix | Delete
[26] Fix | Delete
[27] Fix | Delete
<div><textarea id="code" name="code">
[28] Fix | Delete
POST /somewhere HTTP/1.1
[29] Fix | Delete
Host: example.com
[30] Fix | Delete
If-Modified-Since: Sat, 29 Oct 1994 19:43:31 GMT
[31] Fix | Delete
Content-Type: application/x-www-form-urlencoded;
[32] Fix | Delete
charset=utf-8
[33] Fix | Delete
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.11 (KHTML, like Gecko) Ubuntu/12.04 Chromium/20.0.1132.47 Chrome/20.0.1132.47 Safari/536.11
[34] Fix | Delete
[35] Fix | Delete
This is the request body!
[36] Fix | Delete
</textarea></div>
[37] Fix | Delete
[38] Fix | Delete
<script>
[39] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
[40] Fix | Delete
</script>
[41] Fix | Delete
[42] Fix | Delete
<p><strong>MIME types defined:</strong> <code>message/http</code>.</p>
[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