diff options
Diffstat (limited to 'view/profile.php')
-rw-r--r-- | view/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile.php b/view/profile.php index 8ec9ab599..57130c073 100644 --- a/view/profile.php +++ b/view/profile.php @@ -53,7 +53,7 @@ </div>
<?php } ?>
<?php if(strlen($profile['marital'])) { ?>
-<div class="marital"><span class="marital-label">Status: </span><span class="marital-text"><?php echo $profile['marital']; ?></span></div>
+<div class="marital"><span class="marital-label"><span class="heart">♥</span> Status: </span><span class="marital-text"><?php echo $profile['marital']; ?></span></div>
<?php } ?>
<?php if(strlen($profile['url'])) { ?>
<div class="homepage"><span class="homepage-label">Status: </span><span class="homepage-url"><?php echo $profile['homepage']; ?></span></div>
|