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/haml
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: HAML 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="../xml/xml.js"></script>
[8] Fix | Delete
<script src="../htmlmixed/htmlmixed.js"></script>
[9] Fix | Delete
<script src="../javascript/javascript.js"></script>
[10] Fix | Delete
<script src="../ruby/ruby.js"></script>
[11] Fix | Delete
<script src="haml.js"></script>
[12] Fix | Delete
<style>.CodeMirror {background: #f8f8f8;}</style>
[13] Fix | Delete
<div id=nav>
[14] Fix | Delete
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
[15] Fix | Delete
[16] Fix | Delete
<ul>
[17] Fix | Delete
<li><a href="../../index.html">Home</a>
[18] Fix | Delete
<li><a href="../../doc/manual.html">Manual</a>
[19] Fix | Delete
<li><a href="https://github.com/codemirror/codemirror">Code</a>
[20] Fix | Delete
</ul>
[21] Fix | Delete
<ul>
[22] Fix | Delete
<li><a href="../index.html">Language modes</a>
[23] Fix | Delete
<li><a class=active href="#">HAML</a>
[24] Fix | Delete
</ul>
[25] Fix | Delete
</div>
[26] Fix | Delete
[27] Fix | Delete
<article>
[28] Fix | Delete
<h2>HAML mode</h2>
[29] Fix | Delete
<form><textarea id="code" name="code">
[30] Fix | Delete
!!!
[31] Fix | Delete
#content
[32] Fix | Delete
.left.column(title="title"){:href => "/hello", :test => "#{hello}_#{world}"}
[33] Fix | Delete
<!-- This is a comment -->
[34] Fix | Delete
%h2 Welcome to our site!
[35] Fix | Delete
%p= puts "HAML MODE"
[36] Fix | Delete
.right.column
[37] Fix | Delete
= render :partial => "sidebar"
[38] Fix | Delete
[39] Fix | Delete
.container
[40] Fix | Delete
.row
[41] Fix | Delete
.span8
[42] Fix | Delete
%h1.title= @page_title
[43] Fix | Delete
%p.title= @page_title
[44] Fix | Delete
%p
[45] Fix | Delete
/
[46] Fix | Delete
The same as HTML comment
[47] Fix | Delete
Hello multiline comment
[48] Fix | Delete
[49] Fix | Delete
-# haml comment
[50] Fix | Delete
This wont be displayed
[51] Fix | Delete
nor will this
[52] Fix | Delete
Date/Time:
[53] Fix | Delete
- now = DateTime.now
[54] Fix | Delete
%strong= now
[55] Fix | Delete
- if now > DateTime.parse("December 31, 2006")
[56] Fix | Delete
= "Happy new " + "year!"
[57] Fix | Delete
[58] Fix | Delete
%title
[59] Fix | Delete
= @title
[60] Fix | Delete
\= @title
[61] Fix | Delete
<h1>Title</h1>
[62] Fix | Delete
<h1 title="HELLO">
[63] Fix | Delete
Title
[64] Fix | Delete
</h1>
[65] Fix | Delete
</textarea></form>
[66] Fix | Delete
<script>
[67] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
[68] Fix | Delete
lineNumbers: true,
[69] Fix | Delete
mode: "text/x-haml"
[70] Fix | Delete
});
[71] Fix | Delete
</script>
[72] Fix | Delete
[73] Fix | Delete
<p><strong>MIME types defined:</strong> <code>text/x-haml</code>.</p>
[74] Fix | Delete
[75] Fix | Delete
<p><strong>Parsing/Highlighting Tests:</strong> <a href="../../test/index.html#haml_*">normal</a>, <a href="../../test/index.html#verbose,haml_*">verbose</a>.</p>
[76] Fix | Delete
[77] Fix | Delete
</article>
[78] Fix | Delete
[79] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function