changed character casing for content type label

This commit is contained in:
Akinwale Ariwodola 2017-06-16 08:46:50 +01:00
parent a2f092ddac
commit 9b2a76b5c0

View file

@ -233,7 +233,7 @@ if (strlen(trim($desc)) == 0) {
<div class="clear spacer"></div> <div class="clear spacer"></div>
<?php if ($claim->ClaimType == 2): ?> <?php if ($claim->ClaimType == 2): ?>
<div class="label half-width">Content type</div> <div class="label half-width">Content Type</div>
<div class="label half-width">Language</div> <div class="label half-width">Language</div>
<div class="value half-width" title="<?php echo $claim->ContentType ?>"><?php echo $claim->ContentType ?></div> <div class="value half-width" title="<?php echo $claim->ContentType ?>"><?php echo $claim->ContentType ?></div>
@ -348,7 +348,7 @@ if (strlen(trim($desc)) == 0) {
<div class="clear spacer"></div> <div class="clear spacer"></div>
<?php if ($claim->ClaimType == 2): ?> <?php if ($claim->ClaimType == 2): ?>
<div class="label half-width">Content type</div> <div class="label half-width">Content Type</div>
<div class="label half-width">Language</div> <div class="label half-width">Language</div>
<div class="value half-width" title="<?php echo $claim->ContentType ?>"><?php echo $claim->ContentType ?></div> <div class="value half-width" title="<?php echo $claim->ContentType ?>"><?php echo $claim->ContentType ?></div>