Skip to content

Commit

Permalink
Fixed issue #15889: Quota names not displayed in overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed Feb 24, 2020
1 parent e969832 commit 289c759
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
<span><span class="fa fa-external-link"></span> <?php echo gT('Autoload URL:').' '.htmlentities($oQuota->mainLanguagesetting->quotals_url);?></span>
<?php endif;?>
</div>
<?php //echo htmlentities(viewHelper::flatEllipsizeText($oQuota->name)) ;?>
<?php echo htmlentities(viewHelper::flatEllipsizeText($oQuota->name)) ;?>
</div>
<table class="table table-quota-items table-striped table-condensed" >
<thead>
Expand Down

0 comments on commit 289c759

Please sign in to comment.