diff options
| -rw-r--r-- | resources/views/chart-box.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/views/chart-box.phtml b/resources/views/chart-box.phtml index 851cde41ab..b43f0c26d7 100644 --- a/resources/views/chart-box.phtml +++ b/resources/views/chart-box.phtml @@ -183,6 +183,7 @@ $id = Registry::idFactory()->id(); if ($event instanceof Fact) { echo $event->summary(); + break; } } ?> |
