diff options
-rw-r--r-- | application/Updater.php | 2 | ||||
-rw-r--r-- | index.php | 6 | ||||
-rw-r--r-- | tests/Updater/UpdaterTest.php | 1 |
3 files changed, 8 insertions, 1 deletions
diff --git a/application/Updater.php b/application/Updater.php index 6b94c5e3..86a21fc3 100644 --- a/application/Updater.php +++ b/application/Updater.php | |||
@@ -256,6 +256,8 @@ class Updater | |||
256 | } | 256 | } |
257 | 257 | ||
258 | /** | 258 | /** |
259 | <<<<<<< HEAD | ||
260 | ======= | ||
259 | * Rename tags starting with a '-' to work with tag exclusion search. | 261 | * Rename tags starting with a '-' to work with tag exclusion search. |
260 | */ | 262 | */ |
261 | public function updateMethodRenameDashTags() | 263 | public function updateMethodRenameDashTags() |
@@ -1,6 +1,12 @@ | |||
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | <<<<<<< HEAD | ||
4 | * Shaarli v0.8.7 - Shaare your links... | ||
5 | * | ||
6 | * The personal, minimalist, super-fast, database free, bookmarking service. | ||
7 | ======= | ||
3 | * Shaarli - The personal, minimalist, super-fast, database free, bookmarking service. | 8 | * Shaarli - The personal, minimalist, super-fast, database free, bookmarking service. |
9 | >>>>>>> v0.9.7 | ||
4 | * | 10 | * |
5 | * Friendly fork by the Shaarli community: | 11 | * Friendly fork by the Shaarli community: |
6 | * - https://github.com/shaarli/Shaarli | 12 | * - https://github.com/shaarli/Shaarli |
diff --git a/tests/Updater/UpdaterTest.php b/tests/Updater/UpdaterTest.php index c4a6e7ef..608e331d 100644 --- a/tests/Updater/UpdaterTest.php +++ b/tests/Updater/UpdaterTest.php | |||
@@ -503,7 +503,6 @@ $GLOBALS[\'privateLinkByDefault\'] = true;'; | |||
503 | $this->assertFalse($this->conf->get('security.markdown_escape')); | 503 | $this->assertFalse($this->conf->get('security.markdown_escape')); |
504 | } | 504 | } |
505 | 505 | ||
506 | |||
507 | /** | 506 | /** |
508 | * Test updateMethodEscapeMarkdown with markdown plugin disabled | 507 | * Test updateMethodEscapeMarkdown with markdown plugin disabled |
509 | * => setting markdown_escape set to true. | 508 | * => setting markdown_escape set to true. |