diff options
author | VirtualTam <virtualtam@flibidi.net> | 2016-08-13 14:22:22 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2016-08-13 14:22:22 +0200 |
commit | db6dec0de10d0ee3b35658ae9f431935d17e8a7c (patch) | |
tree | 350fc025c2f9b6fc548745724dc9ae61355ac01e /plugins/playvideos/playvideos.php | |
parent | f396134bf1b6080f9cfc55f46c59cd50f440f556 (diff) | |
download | Shaarli-db6dec0de10d0ee3b35658ae9f431935d17e8a7c.tar.gz Shaarli-db6dec0de10d0ee3b35658ae9f431935d17e8a7c.tar.zst Shaarli-db6dec0de10d0ee3b35658ae9f431935d17e8a7c.zip |
Fix: add missing final newlines, untabify text
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'plugins/playvideos/playvideos.php')
-rw-r--r-- | plugins/playvideos/playvideos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/playvideos/playvideos.php b/plugins/playvideos/playvideos.php index 0a80aa58..7645b778 100644 --- a/plugins/playvideos/playvideos.php +++ b/plugins/playvideos/playvideos.php | |||
@@ -37,4 +37,4 @@ function hook_playvideos_render_footer($data) | |||
37 | } | 37 | } |
38 | 38 | ||
39 | return $data; | 39 | return $data; |
40 | } \ No newline at end of file | 40 | } |