aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/modal/Alert.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/pl/treksoft/kvision/modal/Alert.kt')
-rw-r--r--src/main/kotlin/pl/treksoft/kvision/modal/Alert.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/pl/treksoft/kvision/modal/Alert.kt b/src/main/kotlin/pl/treksoft/kvision/modal/Alert.kt
index 5b8932cb..6e343dc5 100644
--- a/src/main/kotlin/pl/treksoft/kvision/modal/Alert.kt
+++ b/src/main/kotlin/pl/treksoft/kvision/modal/Alert.kt
@@ -28,7 +28,7 @@ open class Alert(
content.align = value
}
- private val content = Tag(TAG.SPAN, text, rich, align)
+ private val content = Tag(TAG.DIV, text, rich, align)
init {
body.add(content)