From f1cea12f8554d66270af6a97ad3a068d2ba26238 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 29 Jun 2012 04:22:09 +0000 Subject: [PATCH] Fix ambiguous XML/HTML tag ending --- ctrl/web.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrl/web.ini b/ctrl/web.ini index 83aa51cf12..d62c0bbd21 100644 --- a/ctrl/web.ini +++ b/ctrl/web.ini @@ -19,7 +19,7 @@ theme = stocktastic ; Text to put in the page header and footer respectively. SSJS expressions can ; be used here, text and HTML are okay if surrounded by quotes. -headerText = '<a class=link href=/>' + system.name + '</a>'; +headerText = '<a class="link" href="/">' + system.name + '</a>'; footerText = system.version_notice ; What account should be used for unauthenticated browsing? (Suggestion: use an -- GitLab