*** empty log message ***

svn path=/trunk/boinc/; revision=348
This commit is contained in:
Barry Luong 2002-08-16 21:48:44 +00:00
parent 9c16bca843
commit fd46e80961
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ echo "you should use <br>when searching for your Team.";
echo "</td>";
echo "</tr><tr>";
echo "<td>Team name (HTML version):<br><br>&nbsp;</td>";
echo "<td><textarea name=name_html cols=60 rows=6></textarea>";
echo "<td><input name=name_html type=text size=50>";
echo "<br><font size=2>This name will be printed as HTML source, so you may include any HTML";
echo "<br>code that you want. This will only be displayed in your teams' page.";
echo "<br>If you don't know HTML, just leave this box blank.";