diff --git a/doc/ChangeLog b/doc/ChangeLog index 481f12d961..0049b4b75b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -6,6 +6,7 @@ Mantis * Fixed account profiles to check for blank inputs. * Fixed some problems with BASIC_AUTH. * Fixed problems with documentation links. + * Fixed a few documentation errors in configuration.html. * Modified accounts so that protected accounts are not accessible by the user. * Modified report page formating. * Modified file size reports to show up as bytes. @@ -18,6 +19,7 @@ Mantis * Added a "jump to bugnotes" quicklink at the top of the view bug pages. * Added a global option to control what access levels can delete bugs. * Removed access_min and access threshold concepts from the user and project management. + * Removed extra "echo" in news archive page. 03.15.2002 - 0.17.1 diff --git a/doc/configuration.html b/doc/configuration.html index ac446dcf59..007a5f47ca 100644 --- a/doc/configuration.html +++ b/doc/configuration.html @@ -1135,7 +1135,7 @@

Content

$g_reopen_bug_threshold - hr size + Access level needed to re-open bugs. Look in the constant_inc.php file if you want to set a different value. @@ -1218,7 +1218,7 @@

Content

- Access level needed to re-open bugs. Look in the constant_inc.php file if you want to set a different value. +   diff --git a/news_list_page.php b/news_list_page.php index 0061a987ca..8039e70708 100644 --- a/news_list_page.php +++ b/news_list_page.php @@ -38,7 +38,7 @@ $t_poster_email = $row2["email"]; } - PRINT "
  • $v_date_posted - $v_headline - $t_poster_name"; + PRINT "
  • $v_date_posted - $v_headline - $t_poster_name"; } # end for loop ?>