File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 102
102
<div class="yoti-attribute-anchors-head -subtype">Sub type</div>
103
103
104
104
<?php foreach ($ attributeObj ->getAnchors () as $ anchor ) : ?>
105
- <div class="yoti-attribute-anchors -s-v"><?php echo $ anchor ->getType () ?> </div>
106
- <div class="yoti-attribute-anchors -value"><?php echo $ anchor ->getValue () ?> </div>
107
- <div class="yoti-attribute-anchors -subtype"><?php echo $ anchor ->getSubType () ?> </div>
105
+ <div class="yoti-attribute-anchors -s-v"><?php echo htmlspecialchars ( $ anchor ->getType ()); ?> </div>
106
+ <div class="yoti-attribute-anchors -value"><?php echo htmlspecialchars ( $ anchor ->getValue ()); ?> </div>
107
+ <div class="yoti-attribute-anchors -subtype"><?php echo htmlspecialchars ( $ anchor ->getSubType ()); ?> </div>
108
108
<?php endforeach ; ?>
109
109
110
110
</div>
You can’t perform that action at this time.
0 commit comments