Merge pull request #636 from virtualtam/fix/final-newline

Fix: add missing final newlines, untabify text
This commit is contained in:
VirtualTam 2016-08-13 14:27:14 +02:00 committed by GitHub
commit eec3666ba6
7 changed files with 18 additions and 18 deletions

View file

@ -7,16 +7,16 @@ For each link in your Shaarli, adds a button to save the target page in your [wa
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: The directory structure should look like:
``` ```bash
└── tpl └── tpl
└── plugins └── plugins
   └── wallabag └── wallabag
   ├── README.md ├── README.md
   ├── wallabag.html ├── wallabag.html
   ├── wallabag.meta ├── wallabag.meta
   ├── wallabag.php ├── wallabag.php
   ├── wallabag.php ├── wallabag.php
   └── WallabagInstance.php └── WallabagInstance.php
``` ```
To enable the plugin, you can either: To enable the plugin, you can either: