From 818ef700188cccb06f5f2ca4f37d182821075ca5 Mon Sep 17 00:00:00 2001 From: Saophalkun Ponlu Date: Thu, 22 Jul 2010 23:18:46 +0000 Subject: [PATCH] MINOR: Add trailing slash to image tag (thanks to mattclegg) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@108376 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- dev/DebugView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/DebugView.php b/dev/DebugView.php index 1c116ca6c..4830fb24e 100644 --- a/dev/DebugView.php +++ b/dev/DebugView.php @@ -89,7 +89,7 @@ class DebugView extends Object { echo '.failure span { color:#C80700; font-weight:bold; }'; echo ''; echo ''; - echo '
'; + echo '
'; } /**