diff --git a/dist/dataflowchart.html b/dist/dataflowchart.html
index 8aa1d882c..0b554b292 100644
--- a/dist/dataflowchart.html
+++ b/dist/dataflowchart.html
@@ -15,8 +15,8 @@
Sample
- graph LR
- DataStore[|Database|] -->|input| Process((System)) -->|output| Entity[Customer]
+ flowchart LR
+ DataStore[|borders:tb|Database] -->|input| Process((System)) -->|output| Entity[Customer];