deleted redundant title tags from some view files

This commit is contained in:
hyung-hwan 2015-05-08 05:28:32 +00:00
parent 3e00b1023e
commit 020d187a42
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<script type="text/javascript" src="<?php print base_url_make('/js/jquery-ui.min.js')?>"></script>
<link type="text/css" rel="stylesheet" href="<?php print base_url_make('/css/jquery-ui.css')?>" />
<title><title><?php print htmlspecialchars($file->name)?></title></title>
<title><?php print htmlspecialchars($file->name)?></title>
</head>
<body>

View File

@ -13,7 +13,7 @@
<script type="text/javascript" src="<?php print base_url_make('/js/jquery-ui.min.js')?>"></script>
<link type="text/css" rel="stylesheet" href="<?php print base_url_make('/css/jquery-ui.css')?>" />
<title><title><?php print htmlspecialchars($issue->id)?></title></title>
<title><?php print htmlspecialchars($issue->id)?></title>
</head>
<body>

View File

@ -13,7 +13,7 @@
<script type="text/javascript" src="<?php print base_url_make('/js/jquery-ui.min.js')?>"></script>
<link type="text/css" rel="stylesheet" href="<?php print base_url_make('/css/jquery-ui.css')?>" />
<title><title><?php print htmlspecialchars($wiki->name)?></title></title>
<title><?php print htmlspecialchars($wiki->name)?></title>
</head>
<body>