Missing closing select tag bug # 174 in the tracker

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2546 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2002-04-29 17:55:17 +00:00
parent fefdfcd263
commit 07335ca2c8

View file

@ -561,6 +561,7 @@ switch( $mode )
}
}
}
$s_template_select .= '</select>';
}
else
{