diff --git a/control/HTTPResponse.php b/control/HTTPResponse.php
index d0fae6104..ced034f38 100644
--- a/control/HTTPResponse.php
+++ b/control/HTTPResponse.php
@@ -244,7 +244,7 @@ class SS_HTTPResponse {
echo <<
-
+
Then, create the HTML for you tree. This is basically a nested set of bullet pointed links. The "tree" class at the top is what the script will look for. Note that you can make a tree node closed to begin with by adding `class="closed"`.
diff --git a/security/CMSMemberLoginForm.php b/security/CMSMemberLoginForm.php
index 86c77f30a..379239421 100644
--- a/security/CMSMemberLoginForm.php
+++ b/security/CMSMemberLoginForm.php
@@ -137,7 +137,7 @@ class CMSMemberLoginForm extends LoginForm {
$message
-
diff --git a/security/CMSSecurity.php b/security/CMSSecurity.php
index c4720c238..64e1da26e 100644
--- a/security/CMSSecurity.php
+++ b/security/CMSSecurity.php
@@ -115,7 +115,7 @@ class CMSSecurity extends Security {
$message
-
diff --git a/tests/core/ConvertTest.php b/tests/core/ConvertTest.php
index d30e4efdc..d0f25548d 100644
--- a/tests/core/ConvertTest.php
+++ b/tests/core/ConvertTest.php
@@ -52,7 +52,7 @@ class ConvertTest extends SapphireTest {
$this->assertEquals('This has a *strong tag with attributes*.', Convert::html2raw($val2),
'Strong tags with attributes are replaced with asterisks');
- $val3 = '';
+ $val3 = '';
$this->assertEquals('', Convert::html2raw($val3),
'Script tags are completely removed');
@@ -60,7 +60,7 @@ class ConvertTest extends SapphireTest {
$this->assertEquals('', Convert::html2raw($val4),
'Style tags are completely removed');
- $val5 = '';
$this->assertEquals('', Convert::html2raw($val5),
'Multiline script tags are completely removed');
diff --git a/tests/forms/RequirementsTest.php b/tests/forms/RequirementsTest.php
index 2b1505f75..6bc08d362 100644
--- a/tests/forms/RequirementsTest.php
+++ b/tests/forms/RequirementsTest.php
@@ -457,7 +457,7 @@ class RequirementsTest extends SapphireTest {
$backend->javascript($src);
$html = $backend->includeInHTML(false, $template);
$this->assertEquals(''
- . '