JAL-2089 patch broken merge to master for Release 2.10.0b1
[jalview.git] / help / html / features / groovy.html
index 079cf9e..254f92e 100644 (file)
@@ -64,6 +64,7 @@
     public methods of the jalview class hierarchy can be called from
     Groovy scripts. In addition, the following objects are also defined:
 
+
   
   <ul>
     <li><strong>Jalview</strong> - this is bound to <code>jalview.bin.Jalview</code>.<br />Useful
@@ -90,9 +91,9 @@ def alignment = alf[0].viewport.alignment;
 def seq = alignment.getSequenceAt(0);
 </pre>
     </li>
-    <li>If you wanted to do the same thing from the command line, you can refer to
-      alignment that was just loaded with currentAlFrame:<br>
-      <pre>
+    <li>If you wanted to do the same thing from the command line,
+      you can refer to alignment that was just loaded with
+      currentAlFrame:<br> <pre>
 print currentAlFrame.getTitle();</pre>
   </ul>
   <p>