the hall names are localized now

This commit is contained in:
Vasil Kolev 2015-10-20 10:27:25 +03:00 committed by Openfest
parent 596c530250
commit aa97df05ee
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ $content = require __DIR__ . DIRECTORY_SEPARATOR . 'schedule' . DIRECTORY_SEPARA
<?php
foreach ($content['halls'] as $hall_name) {
?>
<td><?php echo htmlspecialchars($hall_name); ?></td>
<td><?php echo htmlspecialchars($hall_name[$lang]); ?></td>
<?php
}
?>