Skip to content

Commit

Permalink
User Settings: Fixed the syntax error
Browse files Browse the repository at this point in the history
settingsBlock:
  - Syntax error FIX
  • Loading branch information
fet1sov authored Apr 24, 2024
1 parent 5de43fc commit 7118a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/frontend/components/settings/settingsBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ function previewProfilePicture() {
<?php if (isset($message) &&
$message["type"] == "success") { ?>
<p class="message-success"><?= $GLOBALS["locale"]["success"]["settings"]["profileSettings"] ?></p>
<? } ?>
<?php } ?>

<div class="settings-buttons-block">
<button class="small-primary-button"><?= $GLOBALS["locale"]["buttons"]["saveButton"] ?></button>
<div class="primary-link-button"><?= $GLOBALS["locale"]["buttons"]["discardButton"] ?></div>
</div>
</div>
</div>
</div>

0 comments on commit 7118a35

Please sign in to comment.