public/javascripts/erp_app/codemirror/mode/ruby/index.html in erp_app-3.0.7 vs public/javascripts/erp_app/codemirror/mode/ruby/index.html in erp_app-3.0.8
- old
+ new
@@ -1,20 +1,19 @@
<!doctype html>
<html>
<head>
- <title>CodeMirror 2: Ruby mode</title>
+ <title>CodeMirror: Ruby mode</title>
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="ruby.js"></script>
- <link rel="stylesheet" href="../../theme/default.css">
<style>
.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
.cm-s-default span.cm-arrow { color: red; }
</style>
- <link rel="stylesheet" href="../../css/docs.css">
+ <link rel="stylesheet" href="../../doc/docs.css">
</head>
<body>
- <h1>CodeMirror 2: Ruby mode</h1>
+ <h1>CodeMirror: Ruby mode</h1>
<form><textarea id="code" name="code">
# Code from http://sandbox.mc.edu/~bennet/ruby/code/poly_rb.html
#
# This program evaluates polynomials. It first asks for the coefficients
# of a polynomial, which must be entered on one line, highest-order first.