changed character casing for content type label
This commit is contained in:
parent
a2f092ddac
commit
9b2a76b5c0
1 changed files with 2 additions and 2 deletions
|
@ -233,7 +233,7 @@ if (strlen(trim($desc)) == 0) {
|
|||
<div class="clear spacer"></div>
|
||||
|
||||
<?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="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>
|
||||
|
||||
<?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="value half-width" title="<?php echo $claim->ContentType ?>"><?php echo $claim->ContentType ?></div>
|
||||
|
|
Loading…
Reference in a new issue