Skip to content

Commit

Permalink
close h1 and header span
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Stinner committed May 24, 2018
1 parent 0861cb2 commit 706fca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.0.4';
return '1.0.5';
}

public function getPluginHomepage()
Expand Down
3 changes: 2 additions & 1 deletion Template/board/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<?php endif ?>

</span>

</h1></span>


<?= $this->render('bigboard:board/table_container', array(
'project' => $project,
Expand Down

0 comments on commit 706fca9

Please sign in to comment.