Fix unclosed HTML tag

svn path=/trunk/boinc/; revision=13877
This commit is contained in:
Rytis Slatkevičius 2007-10-17 16:35:22 +00:00
parent 19db1ebe51
commit c70f01b64d
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<?php <?php
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
require_once("../inc/credit.inc"); require_once("../inc/credit.inc");
require_once("../inc/email.inc"); require_once("../inc/email.inc");
@ -223,7 +224,7 @@ function show_user_info_private($user) {
} }
} }
row1("<a name=prefs>Preferences"); row1("<a name=\"prefs\"></a>Preferences");
row2( row2(
"General preferences<br><font size=-2>specify when and how BOINC uses your computer</font>", "General preferences<br><font size=-2>specify when and how BOINC uses your computer</font>",
"<a href=prefs.php?subset=global>View or edit</a>" "<a href=prefs.php?subset=global>View or edit</a>"