Code cleanup.

This commit is contained in:
James Cole
2015-07-06 18:13:57 +02:00
parent f38d38f139
commit cd08484a13
4 changed files with 9 additions and 10 deletions

View File

@@ -65,7 +65,6 @@ class Amount
return '<span class="text-danger">' . $symbol . ' ' . $string . '</span>';
}
// &#8364;
return $symbol . ' ' . $string;
}