add missing echo

pull/3054/head
Andrew Bauer 2020-09-28 15:41:07 -05:00
parent 1361f0936c
commit fc366aa503
1 changed files with 1 additions and 1 deletions

View File

@ -147,6 +147,6 @@ xhtmlHeaders(__FILE__, translate('Download'));
</button>
</form>
</div>
<?php getGeneratedHTML($generated) ?>
<?php echo getGeneratedHTML($generated) ?>
</div>
<?php xhtmlFooter() ?>