]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix: add missing final newlines, untabify text 636/head
authorVirtualTam <virtualtam@flibidi.net>
Sat, 13 Aug 2016 12:22:22 +0000 (14:22 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Sat, 13 Aug 2016 12:22:22 +0000 (14:22 +0200)
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
application/PluginManager.php
application/Router.php
plugins/addlink_toolbar/addlink_toolbar.php
plugins/playvideos/playvideos.php
plugins/wallabag/README.md
tests/PluginManagerTest.php
tests/utils/config/configInvalid.json.php

index dca7e63e571621461c72e64e3b42b0c2cd29fea2..1afc8d5c15da095952c472a1ee42c807792a7f68 100644 (file)
@@ -210,4 +210,4 @@ class PluginFileNotFoundException extends Exception
     {
         $this->message = 'Plugin "'. $pluginName .'" files not found.';
     }
-}
\ No newline at end of file
+}
index 2c3934b0079d909af6522ad2b4464ea3a1dedad2..caed4a281619f56aefd0482575dd2427510208de 100644 (file)
@@ -138,4 +138,4 @@ class Router
 
         return self::$PAGE_LINKLIST;
     }
-}
\ No newline at end of file
+}
index ba3849cfa849ca48cac9e7d9691c4f7218b7f88f..cfd74207b031e51eb27ccecb83dc6e0bfd679388 100644 (file)
@@ -35,4 +35,4 @@ function hook_addlink_toolbar_render_includes($data)
     }
 
     return $data;
-}
\ No newline at end of file
+}
index 0a80aa58c5332f8697210e64344b1b3ba89184e6..7645b778b9c1c2f7768be95658c6cc6ae84d598b 100644 (file)
@@ -37,4 +37,4 @@ function hook_playvideos_render_footer($data)
     }
 
     return $data;
-}
\ No newline at end of file
+}
index 3f9305643aa7b55bcf4ec34c6f771a65a119f382..ea21a51925f33de0986a28550a167559e1406043 100644 (file)
@@ -4,19 +4,19 @@ For each link in your Shaarli, adds a button to save the target page in your [wa
 
 ### Installation
 
-Clone this repository inside your `tpl/plugins/` directory, or download the archive and unpack it there.  
+Clone this repository inside your `tpl/plugins/` directory, or download the archive and unpack it there.
 The directory structure should look like:
 
-```
+```bash
 └── tpl
     └── plugins
-        └── wallabag
-            ├── README.md
-            ├── wallabag.html
-            ├── wallabag.meta
-            ├── wallabag.php
-            ├── wallabag.php
-            └── WallabagInstance.php
+        └── wallabag
+            ├── README.md
+            ├── wallabag.html
+            ├── wallabag.meta
+            ├── wallabag.php
+            ├── wallabag.php
+            └── WallabagInstance.php
 ```
 
 To enable the plugin, you can either:
@@ -28,10 +28,10 @@ To enable the plugin, you can either:
 
 Go to the plugin administration page, and edit the following settings (with the plugin enabled).
 
-**WALLABAG_URL**: *Wallabag instance URL*  
+**WALLABAG_URL**: *Wallabag instance URL*
 Example value: `http://v2.wallabag.org`
 
-**WALLABAG_VERSION**: *Wallabag version*  
+**WALLABAG_VERSION**: *Wallabag version*
 Value: either `1` (for 1.x) or `2` (for 2.x)
 
-> Note: these settings can also be set in `data/config.json.php`, in the plugins section.
\ No newline at end of file
+> Note: these settings can also be set in `data/config.json.php`, in the plugins section.
index 61efce68310ba1c791063ecebb7544bf57acf57d..c751105132f80ea1cd233525fdc1e6c18fd7b260 100644 (file)
@@ -86,4 +86,4 @@ class PluginManagerTest extends PHPUnit_Framework_TestCase
         $this->assertEquals('test plugin', $meta[self::$pluginName]['description']);
         $this->assertEquals($expectedParameters, $meta[self::$pluginName]['parameters']);
     }
-}
\ No newline at end of file
+}
index 167f2168eb134f7e6de62572ee706f7ab21c197d..e39d640a8a70b43e25b04a48ca1ae405cfda11c3 100644 (file)
@@ -2,4 +2,4 @@
 {
     bad: bad,
 }
-*/ ?>
\ No newline at end of file
+*/ ?>