1
0
Fork 0
mirror of https://github.com/Oreolek/oreolek.ru.git synced 2024-05-16 16:08:22 +03:00
This commit is contained in:
Alexander Yakovlev 2017-05-17 10:30:05 +07:00
parent d203aadc19
commit fbc0d9dd08

View file

@ -62,6 +62,6 @@ class HTML extends Kohana_HTML {
$out .= '</noscript>';
}
public static function asyncscript($url) {
return '<script async defer src="'.$url.'"></script>'
return '<script async defer src="'.$url.'"></script>';
}
}