From e5abdb06fcf4594b8ae8907158ab4fbe0f8f5379 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 14 Nov 2008 09:22:28 -0500 Subject: add quotes to longurl title darcs-hash:20081114142228-84dde-cc4a966817a1977282ef9a6845613ed5ec6c4e88.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index bdc798314..242419af0 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 = ''; -- cgit v1.2.3-54-g00ecf