mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-26 09:42:01 -07:00
Fix missing > in canonical <link> (#37)
This commit is contained in:
@@ -348,7 +348,7 @@
|
||||
$metatag .= "<meta name=\"description\" content=\"{$meta['description']}\" />";
|
||||
|
||||
if (isset($meta['canonical'])) {
|
||||
$metatag .= "<link rel='canonical' href='{$meta['canonical']}'";
|
||||
$metatag .= "<link rel='canonical' href='{$meta['canonical']}'>";
|
||||
}
|
||||
|
||||
$header1="<html><head><meta http-equiv='Content-type' content='text/html; charset=utf-8'><meta name='viewport' content='width=device-width, initial-scale=1'><title>$windowtitle</title>
|
||||
|
Reference in New Issue
Block a user