Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 0236f4d

Browse files
author
Julien Jomier
committed
BUG: Wrong end tag
1 parent 060c144 commit 0236f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/views/admin/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $this->headScript()->appendFile($this->coreWebroot . '/public/js/admin/admin.ind
7777
echo ")<br/>";
7878
if($assetstore->totalSpaceText==false)
7979
{
80-
echo "<b>Unable to access assetstore<b/>";
80+
echo "<b>Unable to access assetstore</b>";
8181
}
8282
else
8383
{

0 commit comments

Comments
 (0)