diff --git a/include/constants.php b/include/constants.php
index 6f04ffb1..aabe95cc 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -1,6 +1,6 @@
".$lang_functions['text_code']."
$text
");
+ return addTempCode("
".$lang_functions['text_code']."
");
}
function formatImg($src, $enableImageResizer, $image_max_width, $image_max_height, $imgId = "") {
diff --git a/public/styles/nexus.css b/public/styles/nexus.css
index 7f242d88..c63fcfa0 100644
--- a/public/styles/nexus.css
+++ b/public/styles/nexus.css
@@ -68,3 +68,6 @@ img.hitandrun {
.text-muted {
color: #7d7b7b
}
+.codemain>pre {
+ margin: 0;
+}