From a4b1d86d7654367472b302e00207c54b7d125a16 Mon Sep 17 00:00:00 2001 From: ruan Date: Fri, 30 Mar 2018 10:27:30 +0200 Subject: [PATCH] Fix history.php labels --- history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,