Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit db36bfd

Browse files
author
Ryan Patrick Kyle
committed
use htmlDt example for htmlDl
1 parent 344fbfa commit db36bfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dash-info.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -740,9 +740,9 @@ r_examples:
740740
741741
app$layout(htmlDiv(list(
742742
htmlDl(
743-
children= list('Dash',
744-
htmlDd('Dash is a framework for building web
745-
applications.'))
743+
children= list(htmlDt("Dash for R"),
744+
htmlDd('HtmlDt and htmlDD must be used
745+
within htmlDl'))
746746
)
747747
)
748748
)

0 commit comments

Comments
 (0)