changed the title tag contents of the issue show view

This commit is contained in:
hyung-hwan 2014-05-07 13:58:49 +00:00
parent d5476af19f
commit e41444a8a3

View File

@ -144,7 +144,7 @@ $(function () {
});
</script>
<title><?=htmlspecialchars($issue->id)?></title>
<title><?=htmlspecialchars($project->id)?> <?=htmlspecialchars($issue->type)?> <?=htmlspecialchars($issue->id)?></title>
</head>
<body onload="render_wiki()">