forked from Public/pics
Use triple-equals in a few more places
This commit is contained in:
@@ -49,7 +49,7 @@ class TabularData extends SubTemplate
|
||||
$th['href'] ? '<a href="' . $th['href'] . '">' . $th['label'] . '</a>' : $th['label'];
|
||||
|
||||
if ($th['sort_mode'] )
|
||||
echo ' ', $th['sort_mode'] == 'up' ? '↑' : '↓';
|
||||
echo ' ', $th['sort_mode'] === 'up' ? '↑' : '↓';
|
||||
|
||||
echo '</th>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user