diff --git a/NEWS.md b/NEWS.md index b693d0f8f9..86c7730535 100644 --- a/NEWS.md +++ b/NEWS.md @@ -25,6 +25,8 @@ ## Bug fixes +* `runExample("08_html")` now (correctly) requests to 'shiny.min.css', eliminating a network request failure. (#4220) + * Fixed a bug with modals where calling `removeModal()` too quickly after `showModal()` would fail to remove the modal if the remove modal message was received while the modal was in the process of being revealed. (#4173) * The Shiny Client Console (enabled with `shiny::devmode()`) no longer displays duplicate warning or error message. (#4177) diff --git a/inst/examples-shiny/08_html/www/index.html b/inst/examples-shiny/08_html/www/index.html index b32adc30b6..539712f02b 100644 --- a/inst/examples-shiny/08_html/www/index.html +++ b/inst/examples-shiny/08_html/www/index.html @@ -1,9 +1,9 @@ - - - + + +