]> git.mjollnir.org Git - moodle.git/commitdiff
Slight formatting fix on list
authormartin <martin>
Tue, 20 Aug 2002 02:15:46 +0000 (02:15 +0000)
committermartin <martin>
Tue, 20 Aug 2002 02:15:46 +0000 (02:15 +0000)
doc/developer.html

index 393ad38fb51bfcc872f09a1b75c4b99b5ff1ece8..2cfd58cd7504a25d98a7813460271f0c16dbef98 100755 (executable)
@@ -34,7 +34,7 @@
     which means Moodle can use <a href="http://php.weblogs.com/ADOdb_manual#drivers">more \r
     than ten different brands of database</a> (unfortunately, though, it can not \r
     yet <em><strong>set up tables</strong></em> in all these databases - more \r
-    on this later). <br>\r
+    on this later). <br><br>\r
   </li>\r
   <li><strong>Moodle should be easy to install, learn and modify</strong><br>\r
     <br>\r
@@ -49,7 +49,7 @@
     libraries of clearly-named functions and consistent layout of script files. \r
     PHP is also easy to install (binaries are available for every platform) and \r
     is widely available to the point that most web hosting services provide it \r
-    as standard.<br>\r
+    as standard.<br><br>\r
   </li>\r
   <li><strong>It should be easy to upgrade from one version to the next</strong><br>\r
     <br>\r
     and a mechanism has been built-in so that Moodle can properly upgrade itself \r
     to new versions (for example it can rename database tables or add new fields). \r
     If using CVS in Unix for example, one can just do a &quot;cvs update -d&quot; \r
-    and then visit the site home page to complete an upgrade.<br>\r
+    and then visit the site home page to complete an upgrade.<br><br>\r
   </li>\r
   <li><strong>It should be modular to allow for growth</strong><br>\r
     <br>\r
     Moodle has a number of features that are modular, including themes, activities, \r
     interface languages, database schemas and course formats. This allows anyone \r
     to add features to the main codebase or to even distribute them separately. \r
-    More on this below in the next section.<br>\r
+    More on this below in the next section.<br><br>\r
   </li>\r
   <li><strong>It should be able to be used in conjunction with other systems</strong><br>\r
     <br>\r