Sfoglia il codice sorgente

update gadget with new output class in groups.css

pull/21/head
Garrick Aden-Buie 6 anni fa
parent
commit
ea33dc6a98
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      R/gadget_server.R

+ 1
- 1
R/gadget_server.R Vedi File

@@ -70,7 +70,7 @@ regexplain_gadget_server <- function(update_available = NULL) {
delay <- getOption('regexplain.input_delay_ms', NULL)
if (!is.null(delay)) invalidateLater(delay, session)
if (pattern() == "") {
return(toHTML(paste('<p class="results">', escape_html(rtext()), "</p>", collapse = "")))
return(toHTML(paste('<p class="regexplain">', escape_html(rtext()), "</p>", collapse = "")))
}
res <- NULL
error_message <- NULL

Loading…
Annulla
Salva