diff --git a/sites/concepts/4_design.html b/sites/concepts/4_design.html
index d06a4c0..1471e84 100644
--- a/sites/concepts/4_design.html
+++ b/sites/concepts/4_design.html
@@ -298,7 +298,8 @@
Control view of layout parts
.swac_dontdisplay | Hides the element per default. This can be used for toggle visability. |
[swac_display="{attribute}"] | Used for conditional display of elements. If the attribute is true the element will be shown. |
[swac_hide="{attribute}"] | Used for conditional hiding of elements. If the attribute is true, the element will be hidden. |
- [swac_hideOnEmpty="{attribute}"}] | Used for conditional hiding of elements. If the attribute is empty, element will be hidden. |
+ [swac_hideOnEmpty="{attribute}"] | Used for conditional hiding of elements. If the attribute is empty, element will be hidden. |
+ [swac_showOnEmpty="{attribute}"] | Used for conditional hiding of elements. If the attribute is empty, element will be shown. |
.swac_screencentered | Displays the element on the center of the screen. |
.swac_onprint | Only shown in prints of page. |
.swac_onscreen | Only shown when page is viewed on screen. |