Skip to content

Commit

Permalink
- Wrong title (again)
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@805 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
torinfo committed Apr 19, 2013
1 parent 4c5e300 commit 8d8fdd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/site/play.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function show_template($row_play){
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title><?PHP echo XERTE_PREVIEW_TITLE; ?></title>
<title><?PHP echo SITE_PREVIEW_TITLE; ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
2 changes: 1 addition & 1 deletion modules/site/preview.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function show_preview_code($row){
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title><?PHP echo XERTE_PREVIEW_TITLE; ?></title>
<title><?PHP echo SITE_PREVIEW_TITLE; ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down

0 comments on commit 8d8fdd3

Please sign in to comment.