diff --git a/codepot/src/codepot/views/file_delete.php b/codepot/src/codepot/views/file_delete.php index ad769933..22ef7638 100644 --- a/codepot/src/codepot/views/file_delete.php +++ b/codepot/src/codepot/views/file_delete.php @@ -12,7 +12,7 @@ -<title><?php print htmlspecialchars($file->name)?> +<?php print htmlspecialchars($file->name)?> diff --git a/codepot/src/codepot/views/issue_delete.php b/codepot/src/codepot/views/issue_delete.php index 33ef9aa4..3d522a77 100644 --- a/codepot/src/codepot/views/issue_delete.php +++ b/codepot/src/codepot/views/issue_delete.php @@ -13,7 +13,7 @@ -<title><?php print htmlspecialchars($issue->id)?> +<?php print htmlspecialchars($issue->id)?> diff --git a/codepot/src/codepot/views/wiki_delete.php b/codepot/src/codepot/views/wiki_delete.php index 570a892c..67a5f315 100644 --- a/codepot/src/codepot/views/wiki_delete.php +++ b/codepot/src/codepot/views/wiki_delete.php @@ -13,7 +13,7 @@ -<title><?php print htmlspecialchars($wiki->name)?> +<?php print htmlspecialchars($wiki->name)?>