Skip to content

Commit

Permalink
Fixed issue #10426: Missing colon after strings
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 15, 2016
1 parent 7dcc37c commit 9df57d5
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -16,8 +16,7 @@
}?>
<div class="form-group">
<label class="col-sm-4 control-label" for='<?php echo $aAttribute['name'];?>' title='<?php echo $aAttribute['help'];?>'><?php echo $aAttribute['caption'];
if ($aAttribute['i18n']==true) { ?> (<?php echo $aAttribute['language'] ?>)<?php }?>
</label>
if ($aAttribute['i18n']==true) { ?> (<?php echo $aAttribute['language'] ?>)<?php }?>:</label>
<div class="col-sm-8">
<?php
if ($aAttribute['readonly'] && $bIsActive)
Expand Down

0 comments on commit 9df57d5

Please sign in to comment.