changed the title tag contents of the issue show view
This commit is contained in:
parent
d5476af19f
commit
e41444a8a3
@ -144,7 +144,7 @@ $(function () {
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<title><?=htmlspecialchars($issue->id)?></title>
|
<title><?=htmlspecialchars($project->id)?> <?=htmlspecialchars($issue->type)?> <?=htmlspecialchars($issue->id)?></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body onload="render_wiki()">
|
<body onload="render_wiki()">
|
||||||
|
Loading…
Reference in New Issue
Block a user