X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=b44cd555f086ab75f37097048678b8e191cfef43;hb=ed853da7fde6a05bb76d611863d8d91ab968fec2;hp=3a63319c63027fd3873896f9b1a3f12d9a5bd26a;hpb=bfec695df1205864b46ca7175e1598b184602687;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 3a63319c..b44cd555 100644 --- a/index.php +++ b/index.php @@ -1588,7 +1588,7 @@ function renderPage() $link = array( 'title' => trim($_POST['lf_title']), 'url' => $url, - 'description' => trim($_POST['lf_description']), + 'description' => $_POST['lf_description'], 'private' => (isset($_POST['lf_private']) ? 1 : 0), 'linkdate' => $linkdate, 'tags' => str_replace(',', ' ', $tags)