Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
darknoon29 committed May 3, 2023
1 parent d9b7d05 commit 8296530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
$db->sql_close();
?>
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo ($lang['MOD_XTENSE_LANG']); ?>" lang="<?php echo ($lang['MOD_XTENSE_LANG']); ?>">
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="<?php echo ($lang['MOD_XTENSE_LANG']); ?>" lang="<?php echo ($lang['MOD_XTENSE_LANG']); ?>">

<head>
<title><?php echo $lang['MOD_XTENSE_TITLE'] . " " . $version; ?></title>
Expand Down Expand Up @@ -427,7 +427,7 @@
<p><?php echo ($lang['MOD_XTENSE_AUTHOR']); ?></a></p>
<p><?php echo ($lang['MOD_XTENSE_FORUM']); ?> : <a href="https://forum.ogsteam.eu/" onclick="return winOpen(this);" target="_blank" rel="noopener"><?php echo ($lang['MOD_XTENSE_TITLE']); ?></a>
</p>
<p><?php echo ($lang['MOD_XTENSE_ICONS']); ?> "Silk icons" <a href="http://www.famfamfam.com/lab/icons/silk/">FamFamFam</a></p>
<p><?php echo ($lang['MOD_XTENSE_ICONS']); ?> "Silk icons" <a href="https://www.famfamfam.com/lab/icons/silk/">FamFamFam</a></p>

<div class="sep"></div>
<h2><?php echo ($lang['MOD_XTENSE_CHANGELOG']); ?></h2>
Expand Down

0 comments on commit 8296530

Please sign in to comment.