mirror of https://github.com/BOINC/boinc.git
Fix unclosed HTML tag
svn path=/trunk/boinc/; revision=13877
This commit is contained in:
parent
19db1ebe51
commit
c70f01b64d
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
|
||||
|
||||
require_once("../inc/credit.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(
|
||||
"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>"
|
||||
|
|
Loading…
Reference in New Issue