Skip to content

Commit 53d73e4

Browse files
committed
Update
1 parent 8e43be0 commit 53d73e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
?>
1111
<html>
1212
<head>
13-
<title><?php echo _('Gettext Multi-language website demo'); ?></title>
13+
<title><?php echo _('Gettext Multi-language website demo'); ?></title>
1414
</head>
1515
<body>
16-
<h1><?php echo _('Gettext Multi-language website demo'); ?></h1>
17-
<hr><br>
18-
<p><font color="#ff0000"><?php echo _('Hello world'); ?></font></p>
16+
<h1><?php echo _('Gettext Multi-language website demo'); ?></h1>
17+
<hr><br>
18+
<p><font color="#ff0000"><?php echo _('Hello world'); ?></font></p>
1919
<br>
20-
<h3><?php echo _('language selection'); ?></h3>
21-
<a href="setlang.php?lang=zh_TW"><?php echo _('Traditional Chinese'); ?></a> <a href="setlang.php?lang=zh_CN"><?php echo _('Simplified Chinese'); ?></a> <a href="setlang.php?lang=en_US"><?php echo _('English'); ?></a>
20+
<h3><?php echo _('language selection'); ?></h3>
21+
<a href="setlang.php?lang=zh_TW"><?php echo _('Traditional Chinese'); ?></a> <a href="setlang.php?lang=zh_CN"><?php echo _('Simplified Chinese'); ?></a> <a href="setlang.php?lang=en_US"><?php echo _('English'); ?></a>
2222
<br><br>
2323
$_COOKIE["lang"]: <font color="#ff0000"><?php echo $_COOKIE["lang"]; ?></font>
2424
<br><br><br><hr>

0 commit comments

Comments
 (0)