diff --git a/entries/dialog.xml b/entries/dialog.xml
index 0428df90..06e8b7e6 100644
--- a/entries/dialog.xml
+++ b/entries/dialog.xml
@@ -5,7 +5,7 @@
Any page can be presented as a modal dialog by adding the dialog
option provided by the page.dialog
extension of the page widget allows you to style a page as a dialog, however, the special navigational handling will be removed. You may also consider implementing dialogs using popup widgets.dialog
option provided by the page.dialog
extension of the page widget allows you to style a page as a dialog, however, the special navigational handling will be removed. You may also consider implementing dialogs using popup widgets.
data-rel="dialog"
attribute to the page anchor link. When the "dialog" attribute is applied, the framework adds styles to add rounded corners, margins around the page and a dark background to make the "dialog" appear to be suspended above the page.