Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cruise-control/web/html_templates.php')
-rw-r--r--cruise-control/web/html_templates.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cruise-control/web/html_templates.php b/cruise-control/web/html_templates.php
index 83f6cc879..b7346914c 100644
--- a/cruise-control/web/html_templates.php
+++ b/cruise-control/web/html_templates.php
@@ -8,7 +8,7 @@ function show_header($title)
<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html;charset=utf-8\">
<title>$title</title>
</head><body>";
-}
+}
function show_heading($text, $size = 1)
{