Skip to content
Snippets Groups Projects
Commit 3aba0fda authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Fixed typo: <base url=> --> <base href=>.  Patch by Moshe.
parent 914bd030
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -34,7 +34,7 @@ function header($title = "") {
<head>
<?php print theme_head($main); ?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<base url="<?php echo "$base_url/" ?>" />
<base href="<?php echo "$base_url/" ?>" />
<title>
<?php
if ($title) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment