diff --git a/templates/default/status.php b/templates/default/status.php
index 511e1f8112d02e4fd3d064588ebc9f5f6bf0dbe8..17d562a9217e8dab4bd5406b15a9c3e45d84331c 100644
--- a/templates/default/status.php
+++ b/templates/default/status.php
@@ -19,7 +19,7 @@
 		foreach ($attributes AS $name => $value) {
 			
 			$txtname = '<code style="color: blue">' . $name . '</code>';
-			if ($this->t('attribute_' . htmlspecialchars(strtolower($name)), false)) {
+			if ($this->getTag('attribute_' . htmlspecialchars(strtolower($name))) !== NULL) {
 				$txtname = $this->t('attribute_' . htmlspecialchars(strtolower($name))) . '<br /><code style="color: blue">' . $name . '</code>';
 			}