MyShaarli/tpl
Willi Eggeling a74f52a8d2 fixed link deletion
When deleting links, the js of the default theme separated ids by an escaped space ('+').
There was a trailing '+' after the ids which led to the php code detecting multiple values
even for single values. In combination with the id '0' this could led to no id found at all
and a resulting php error.

this commit fixes the behavior and adds an additional error handling and trimming to the php code.
2017-08-30 12:54:58 +02:00
..
default fixed link deletion 2017-08-30 12:54:58 +02:00
vintage Merge pull request #841 from ArthurHoaro/feature/search-no-tag 2017-05-25 15:54:20 +02:00