deleted redundant title tags from some view files
This commit is contained in:
parent
3e00b1023e
commit
020d187a42
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user