From e79bf3d8a2d8be3459214a30108ec4d1920fd3f7 Mon Sep 17 00:00:00 2001 From: bertmert Date: Sat, 27 Aug 2016 17:54:35 +0200 Subject: [PATCH] Typo in doc comment Missing *?* --- libraries/joomla/document/document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/joomla/document/document.php b/libraries/joomla/document/document.php index ec5248818f75d..f5979dbbd836c 100644 --- a/libraries/joomla/document/document.php +++ b/libraries/joomla/document/document.php @@ -466,7 +466,7 @@ public function addScript($url, $type = "text/javascript", $defer = false, $asyn } /** - * Adds a linked script to the page with a version to allow to flush it. Ex: myscript.js54771616b5bceae9df03c6173babf11d + * Adds a linked script to the page with a version to allow to flush it. Ex: myscript.js?54771616b5bceae9df03c6173babf11d * If not specified Joomla! automatically handles versioning * * @param string $url URL to the linked script