Skip to content

Commit dc50d55

Browse files
committed
Merge pull request #50 from abacaphiliac/escapeTransformDescription-not-found
bug-fix: escapeTransformDescription is not a service/helper. replaced with agT…
2 parents e64c2a3 + 9f6d16c commit dc50d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/zf-apigility-documentation/operation.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $collapseId = $this->escapeHtmlAttr(sprintf('ops-collapse-%s-%s%s', $serv
3838
<tr>
3939
<td><?php echo $this->escapeHtml($field->getName()) ?></td>
4040
<td><?php echo $this->escapeHtml($field->getFieldType() ?: '') ?></td>
41-
<td><?php echo $this->escapeTransformDescription($field->getDescription()) ?></td>
41+
<td><?php echo $this->agTransformDescription($field->getDescription()) ?></td>
4242
<td class="center-block"><span class="badge"><?php echo ($field->isRequired()) ? 'YES' : 'NO' ?></span></td>
4343
</tr>
4444
<?php

0 commit comments

Comments
 (0)