Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit af8b94c

Browse files
author
Jamie Snape
committed
Escape variables in module template
1 parent ae6ea89 commit af8b94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/moduleTemplate/views/thing/get.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
?>
2121

2222
<div class="viewMain">
23-
The id parameter passed in is: <?php echo $this->id ?>
23+
The id parameter passed in is: <?php echo $this->escape($this->id); ?>
2424
</div>

0 commit comments

Comments
 (0)