Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a few documentation errors in configuration.html. Removed extra…
… echo in news archive page.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@818 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Mar 28, 2002
1 parent e9923eb commit a7be543
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/ChangeLog
Expand Up @@ -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.
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions doc/configuration.html
Expand Up @@ -1135,7 +1135,7 @@ <h2>Content</h2>
$g_reopen_bug_threshold
</td>
<td width="80%" bgcolor="#ffffff">
hr size
Access level needed to re-open bugs. Look in the constant_inc.php file if you want to set a different value.
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1218,7 +1218,7 @@ <h2>Content</h2>
</tr>
<tr>
<td colspan="2" bgcolor="#eeeeee">
Access level needed to re-open bugs. Look in the constant_inc.php file if you want to set a different value.
&nbsp;
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion news_list_page.php
Expand Up @@ -38,7 +38,7 @@
$t_poster_email = $row2["email"];
}

PRINT "<li><span class=\"news-date\">$v_date_posted</span> - <span class=\"news-headline\"><a href=\"$g_news_view_page?f_id=$v_id\">$v_headline</a></span> - <a class=\"news-email\" href=\"mailto:echo $t_poster_email\">$t_poster_name</a>";
PRINT "<li><span class=\"news-date\">$v_date_posted</span> - <span class=\"news-headline\"><a href=\"$g_news_view_page?f_id=$v_id\">$v_headline</a></span> - <a class=\"news-email\" href=\"mailto:$t_poster_email\">$t_poster_name</a>";
} # end for loop
?>
</ul>
Expand Down

0 comments on commit a7be543

Please sign in to comment.