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/sass
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: Sass 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="../../addon/edit/matchbrackets.js"></script>
[8] Fix | Delete
<script src="sass.js"></script>
[9] Fix | Delete
<style>.CodeMirror {border: 1px solid #ddd; font-size:12px; height: 400px}</style>
[10] Fix | Delete
<div id=nav>
[11] Fix | Delete
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
[12] Fix | Delete
[13] Fix | Delete
<ul>
[14] Fix | Delete
<li><a href="../../index.html">Home</a>
[15] Fix | Delete
<li><a href="../../doc/manual.html">Manual</a>
[16] Fix | Delete
<li><a href="https://github.com/codemirror/codemirror">Code</a>
[17] Fix | Delete
</ul>
[18] Fix | Delete
<ul>
[19] Fix | Delete
<li><a href="../index.html">Language modes</a>
[20] Fix | Delete
<li><a class=active href="#">Sass</a>
[21] Fix | Delete
</ul>
[22] Fix | Delete
</div>
[23] Fix | Delete
[24] Fix | Delete
<article>
[25] Fix | Delete
<h2>Sass mode</h2>
[26] Fix | Delete
<form><textarea id="code" name="code">// Variable Definitions
[27] Fix | Delete
[28] Fix | Delete
$page-width: 800px
[29] Fix | Delete
$sidebar-width: 200px
[30] Fix | Delete
$primary-color: #eeeeee
[31] Fix | Delete
[32] Fix | Delete
// Global Attributes
[33] Fix | Delete
[34] Fix | Delete
body
[35] Fix | Delete
font:
[36] Fix | Delete
family: sans-serif
[37] Fix | Delete
size: 30em
[38] Fix | Delete
weight: bold
[39] Fix | Delete
[40] Fix | Delete
// Scoped Styles
[41] Fix | Delete
[42] Fix | Delete
#contents
[43] Fix | Delete
width: $page-width
[44] Fix | Delete
#sidebar
[45] Fix | Delete
float: right
[46] Fix | Delete
width: $sidebar-width
[47] Fix | Delete
#main
[48] Fix | Delete
width: $page-width - $sidebar-width
[49] Fix | Delete
background: $primary-color
[50] Fix | Delete
h2
[51] Fix | Delete
color: blue
[52] Fix | Delete
[53] Fix | Delete
#footer
[54] Fix | Delete
height: 200px
[55] Fix | Delete
</textarea></form>
[56] Fix | Delete
<script>
[57] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
[58] Fix | Delete
lineNumbers : true,
[59] Fix | Delete
matchBrackets : true
[60] Fix | Delete
});
[61] Fix | Delete
</script>
[62] Fix | Delete
[63] Fix | Delete
<p><strong>MIME types defined:</strong> <code>text/x-sass</code>.</p>
[64] Fix | Delete
</article>
[65] Fix | Delete
[66] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function