From 70289c05a85bb1145ab37b24d2658fc0746095fb Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 1 Sep 2017 11:02:42 -0400 Subject: [PATCH] Typo fix --- .../Fieldtype/FieldtypeRepeater/FieldsetPageInstructions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/modules/Fieldtype/FieldtypeRepeater/FieldsetPageInstructions.php b/wire/modules/Fieldtype/FieldtypeRepeater/FieldsetPageInstructions.php index 7c10dcd9..8072a31a 100644 --- a/wire/modules/Fieldtype/FieldtypeRepeater/FieldsetPageInstructions.php +++ b/wire/modules/Fieldtype/FieldtypeRepeater/FieldsetPageInstructions.php @@ -40,7 +40,7 @@ function FieldsetPageInstructions(Field $field) { "

" . "" . __('Outputting a value when in markup:') . "
" . - "<div class='example'>
" . + "<div class='example'>
" . "  <?=\$page->{$field->name}->$exampleName?>
" . "</div>" . "

" .