Skip to content

Commit

Permalink
Fix issue duplicate title and meta tag on Error page
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Feb 26, 2024
1 parent 7ccf33b commit eb53714
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/layouts/system/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<meta charset="utf-8" />
<title><?php echo $this->title; ?> <?php echo htmlspecialchars($this->error->getMessage(), ENT_QUOTES, 'UTF-8'); ?></title>
<jdoc:include type="head" />
<?php
echo $document->renderMeta();
Expand Down

0 comments on commit eb53714

Please sign in to comment.