always end with a slash

This commit is contained in:
MaZderMind 2014-10-14 13:40:56 +02:00
parent b5f7004080
commit 869303b526

View file

@ -12,7 +12,7 @@ function link_room($room)
function link_player($room, $format, $translated = false)
{
return rawurlencode($room).'/'.rawurlencode($format).($translated ? '/translated' : '');
return rawurlencode($room).'/'.rawurlencode($format).'/'.($translated ? 'translated/' : '');
}
function baseurl()