aboutsummaryrefslogtreecommitdiffstats
path: root/public/vendor/plugins/codemirror/mode/rst/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/plugins/codemirror/mode/rst/index.html')
-rw-r--r--public/vendor/plugins/codemirror/mode/rst/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/vendor/plugins/codemirror/mode/rst/index.html b/public/vendor/plugins/codemirror/mode/rst/index.html
index 2902dea231..1ced39ca96 100644
--- a/public/vendor/plugins/codemirror/mode/rst/index.html
+++ b/public/vendor/plugins/codemirror/mode/rst/index.html
@@ -8,9 +8,9 @@
<script src="../../lib/codemirror.js"></script>
<script src="../../addon/mode/overlay.js"></script>
<script src="rst.js"></script>
-<style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+<style>.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
<div id=nav>
- <a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
+ <a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
<ul>
<li><a href="../../index.html">Home</a>