From: Evan Prodromou Date: Fri, 14 Nov 2008 14:22:28 +0000 (-0500) Subject: add quotes to longurl title X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e5abdb06fcf4594b8ae8907158ab4fbe0f8f5379;p=quix0rs-gnu-social.git add quotes to longurl title darcs-hash:20081114142228-84dde-cc4a966817a1977282ef9a6845613ed5ec6c4e88.gz --- diff --git a/lib/util.php b/lib/util.php index bdc7983148..242419af03 100644 --- a/lib/util.php +++ b/lib/util.php @@ -746,7 +746,7 @@ function common_render_uri_thingy($matches) { } if ($longurl = common_longurl($uri)) { $longurl = htmlentities($longurl, ENT_QUOTES, 'UTF-8'); - $title = " title=$longurl"; + $title = " title='$longurl'"; } else $title = '';