diff options
Diffstat (limited to 'site/index.html')
-rw-r--r-- | site/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index c2ac9c9..4034787 100644 --- a/site/index.html +++ b/site/index.html @@ -251,7 +251,7 @@ mkElement("p", msg, "error"), appendChildren( mkElement("p",_("attempted path:"),"error"), - [mkElement("tt", surveyUrl,"error")] + [mkElement("tt"," "+surveyUrl,"error")] ) ]); } |