You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/12/31 12:42:01 UTC

svn commit: r934587 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/intro/tutorials/step-by-step-petclinic.html

Author: buildbot
Date: Wed Dec 31 11:42:00 2014
New Revision: 934587

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/intro/tutorials/step-by-step-petclinic.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 31 11:42:00 2014
@@ -1 +1 @@
-1648681
+1648682

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 31 11:42:00 2014
@@ -1 +1 @@
-1648681
+1648682

Modified: websites/staging/isis/trunk/content/intro/tutorials/step-by-step-petclinic.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/tutorials/step-by-step-petclinic.html (original)
+++ websites/staging/isis/trunk/content/intro/tutorials/step-by-step-petclinic.html Wed Dec 31 11:42:00 2014
@@ -521,9 +521,12 @@ git checkout <a href="https://github.com
 
 <p><a href="resources/petclinic/010-05-simpleobject-list.png"><img src="resources/petclinic/010-05-simpleobject-list.png" width="600"></img></a></p>
 
-<p>Experiment some more, to:
-* create a new object
-* list all objects</p>
+<p>Experiment some more, to:</p>
+
+<ul>
+<li>create a new object</li>
+<li>list all objects</li>
+</ul>
 
 <p>Go back to the splash screen, and quit the app.  Note that the database runs in-memory (using HSQLDB) so any data created will be lost between runs.</p>