diff --git a/history.php b/history.php
index bac6893..203f5f4 100644
--- a/history.php
+++ b/history.php
@@ -160,7 +160,7 @@ try {
$label_type = $page->type;
$label_name = Info::create($row, $page, $label_type)->name(); //ucfirst($label_type);
- $label = "$label_name";
+ $label = "$label_name";
$page->print_table_rows($row, array(
$page->t("generic.type") => $label,