bcgov / shinyssdtools

Shiny interface to ssdtools R package
https://bcgov.github.io/shinyssdtools/
Apache License 2.0
7 stars 4 forks source link

JOSS Review: Title of Shiny Application is Raw HTML #60

Closed elimillera closed 3 years ago

elimillera commented 3 years ago

When running the app the title of the browser is an HTML tag instead of the intended title. I tried playing around with the "ui_navtitle" output but I'm not sure how to make the title reactive.

image

sebdalgarno commented 3 years ago

fixed by adding tags$head(tags$title(...

elimillera commented 3 years ago

Change looks good