changeset 67:19fb0e303d36

Indent.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jul 2018 23:38:42 +0300
parents 057f7571724b
children 59731a72ce8b
files mpui.js
diffstat 1 files changed, 12 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/mpui.js	Wed Jul 04 23:38:36 2018 +0300
+++ b/mpui.js	Wed Jul 04 23:38:42 2018 +0300
@@ -107,17 +107,18 @@
 
   mobj = stCE("div");
   mobj.innerHTML = 
-  "<p><b>Things of note:</b></p>"+
-  "<ul>"+
-  "<li>'Save' does not work yet. 'Save as' does.</li>"+
-  "<li>Source code / PRG export does not work.</li>"+
-  "<li>PNG/JPEG import/export does not work.</li>"+
-  "<li> .. and there may be bugs.</li>"+
-  "<li> .. though I've also fixed few bugs that exist in original Multipaint.</li>"+
-  "</ul>"+
-  "<p><b>NOTICE!</b> When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+
-  "ON THE BOTTOM. You need to click that, too. Sorry, that can't be automated because of pop-up blocking etc..</p>"+
-  "<p>You can also go see <a href=\"https://tnsp.org/hg/forks/multipaint-psjs/\">Mercurial repository for Multipaint ProcessingJS</a>.</p>";
+    "<p><b>Things of note:</b></p>"+
+    "<ul>"+
+    "<li>'Save' does not work yet. 'Save as' does.</li>"+
+    "<li>Source code / PRG export does not work.</li>"+
+    "<li>PNG/JPEG import/export does not work.</li>"+
+    "<li> .. and there may be bugs.</li>"+
+    "<li> .. though I've also fixed few bugs that exist in original Multipaint.</li>"+
+    "</ul>"+
+    "<p><b>NOTICE!</b> When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+
+    "ON THE BOTTOM. You need to click that, too. Sorry, that can't be automated because of pop-up blocking etc..</p>"+
+    "<p>You can also go see <a href=\"https://tnsp.org/hg/forks/multipaint-psjs/\">Mercurial repository for Multipaint ProcessingJS</a>.</p>";
+
   mpUI.appendChild(mobj);
 
   mobj = stCE("hr");