aboutsummaryrefslogtreecommitdiffstats
path: root/include/pagelets.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-10-24 14:49:29 +0200
committerThomas Lange <code@nerdmind.de>2021-10-24 14:58:43 +0200
commit6a45789731c75db0c782ae2d0bdc478aa7ccb6ad (patch)
treef3cb7f5ab641cf2893849e4311f06787ae523457 /include/pagelets.php
parent4163aa7195645c2b642ec1172f4658b5606da4ac (diff)
downloadbigpipe-6a45789731c75db0c782ae2d0bdc478aa7ccb6ad.tar.gz
bigpipe-6a45789731c75db0c782ae2d0bdc478aa7ccb6ad.tar.xz
bigpipe-6a45789731c75db0c782ae2d0bdc478aa7ccb6ad.zip
Remove closing tags and ensure LF at end of files
Remove the unnecessary PHP closing tags and ensure that *all* non-binary files ending with an LF character.
Diffstat (limited to 'include/pagelets.php')
-rw-r--r--include/pagelets.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pagelets.php b/include/pagelets.php
index ff71edf..ed1f8a0 100644
--- a/include/pagelets.php
+++ b/include/pagelets.php
@@ -73,4 +73,3 @@ $PageletGreen->addHTML('<section id="green" class="text">I AM A PAGELET WITH GRE
$PageletGreen->addResource(Application::createStylesheet('green-stylesheet', 'static/green.php'));
$PageletGreen->addResource(Application::createJavascript('delayed-javascript', 'static/delayJS.php'));
$PageletGreen->addJSCode("document.getElementById('green').innerHTML += ' [JS executed]';document.getElementById('green').style.borderRadius = '30px';");
-?> \ No newline at end of file