Skip to content

Commit

Permalink
chore: Use utility function (auto-support for nonce)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellopablo committed Dec 17, 2024
1 parent 2c859d2 commit d3881c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions survey/views/stats.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<style type="text/css">
<?=styleOpen()?>
.nails-survey.stats .media-screen {
display: block;
}
Expand Down Expand Up @@ -26,7 +26,7 @@
margin: auto;
}
}
</style>
<?=styleClose()?>
<div class="nails-survey stats" data-survey-id="<?=$oSurvey->id?>" data-survey-token="<?=$oSurvey->token_stats?>">
<?php

Expand Down

0 comments on commit d3881c9

Please sign in to comment.