Skip to content

Commit

Permalink
Small 🐛 fix for special characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Jung committed Nov 18, 2023
1 parent ac26409 commit 1f3b28b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/mod_Specification.R
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,11 @@ mod_Specification_ui <- function(id){
shiny::conditionalPanel(
condition = "input.checkzones == 'Yes'",
ns = ns,
p("Describe the zones used in the planning. Zones can be useful to prioritize
shiny::p("Describe the zones used in the planning. Zones can be useful to prioritize
for not a single, but a set of management decisions. For example, protected area
managers might want to identify areas of minimal intervention ('core-areas')
as well as sustainable use areas.
Reference: Watts, Matthew E., Ian R. Ball, Romola S. Stewart, Carissa J. Klein, Kerrie Wilson, Charles Steinback, Reinaldo Lourival, Lindsay Kircher, and Hugh P. Possingham. ‘Marxan with Zones: Software for Optimal Conservation Based Land- and Sea-Use Zoning’. Environmental Modelling & Software 24, no. 12 (December 2009): 1513–21. https://doi.org/10.1016/j.envsoft.2009.06.005.
Reference: Watts, Matthew E., Ian R. Ball, Romola S. Stewart, Carissa J. Klein, Kerrie Wilson, Charles Steinback, Reinaldo Lourival, Lindsay Kircher, and Hugh P. Possingham. Marxan with Zones: Software for Optimal Conservation Based Land- and Sea-Use Zoning. Environmental Modelling & Software 24, no. 12 (December 2009): 1513–21. https://doi.org/10.1016/j.envsoft.2009.06.005.
"),
DT::DTOutput(outputId = ns("specificzones")),
shiny::actionButton(inputId = ns("add_zone"), label = "Add a new zone",
Expand Down

0 comments on commit 1f3b28b

Please sign in to comment.