template: fix php tag

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/685/head
Varun Patil 2023-06-02 19:30:03 -07:00
parent c7145c8df9
commit 2a54057c85
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
<? if ($native === true) { ?>
<?php if ($native === true) { ?>
<style type="text/css">
body, html {
background: transparent;
}
</style>
<? } ?>
<?php } ?>
<div id="vue-content"></div>