diff --git a/application/views/awards/dok/index.php b/application/views/awards/dok/index.php
index 2ec5a8b5..aed9a0aa 100644
--- a/application/views/awards/dok/index.php
+++ b/application/views/awards/dok/index.php
@@ -39,7 +39,7 @@
DOKs () |
$slot\n";
+ echo " $slot | \n";
}
?>
@@ -51,9 +51,9 @@
foreach($val as $band=>$count){
if (in_array($band, $worked_bands)) {
if ($count == 0){
- print(" | ");
+ print(" | ");
}else{
- printf("%d | ", str_replace("&", "%26", $dok), $band, $count);
+ printf("%d | ", str_replace("&", "%26", $dok), $band, $count);
}
}
}