diff --git a/lsp/style.css b/lsp/style.css index 3fb94658..6ed2d380 100644 --- a/lsp/style.css +++ b/lsp/style.css @@ -452,6 +452,7 @@ td color: black; font: normal normal 11pt Arial, sans-serif; } + code { font-size: 0.9em; diff --git a/src/connectors/conn_http.cpp b/src/connectors/conn_http.cpp index 96cb25ce..2a6d50c7 100644 --- a/src/connectors/conn_http.cpp +++ b/src/connectors/conn_http.cpp @@ -318,7 +318,7 @@ namespace Connector_HTTP { // show ALL the meta datas! json_resp["meta"] = ServConf["streams"][streamname]["meta"]; - + //create a set for storing source information std::set sources;