[LON-CAPA-cvs] cvs: doc /build generate_web_pages.pl

raeburn raeburn@source.lon-capa.org
Wed, 01 Jun 2011 06:29:03 -0000


raeburn		Wed Jun  1 06:29:03 2011 EDT

  Modified files:              
    /doc/build	generate_web_pages.pl 
  Log:
  - Typo.
  
  
Index: doc/build/generate_web_pages.pl
diff -u doc/build/generate_web_pages.pl:1.47 doc/build/generate_web_pages.pl:1.48
--- doc/build/generate_web_pages.pl:1.47	Wed Jun  1 06:26:45 2011
+++ doc/build/generate_web_pages.pl	Wed Jun  1 06:29:03 2011
@@ -97,7 +97,7 @@
              '<p>In the list below these are divided into distros with a long
 life cycle, i.e., those for which a particular version is supported by the distributor for 5 years or more, and those with a short life cycle, i.e., those for which a particular versions is supported for up to 18 months.</p>'.     
             '<div style="float: left;">'.
-            '<b>'Long life cycle</b><br />'.
+            '<b>Long life cycle</b><br />'.
             '<ul>'."\n";
 for (@longlifecycle) {
     $content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n";