diff --git a/html/user/team.inc b/html/user/team.inc index b6dd4d9ba5..dc8750300c 100644 --- a/html/user/team.inc +++ b/html/user/team.inc @@ -314,12 +314,12 @@ echo ""; echo ""; echo "
Team name (plain-text version): | ";
-echo ""; +echo " | ";
echo " This name will be print as-is"; echo " and is the name you should use when searching for your team."; echo " | Team name (HTML version): | ";
-echo ""; +echo " | ";
echo " This name will be printed as HTML source, so you may include any HTML"; echo " code that you want. This will only be displayed in your team's page."; echo " If you don't know HTML, just leave this box blank."; |