This repository was archived by the owner on Oct 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
lib/themes/dosomething/paraneue_dosomething/templates Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 117117 <?php endif ; ?>
118118 <div class="figure__body">
119119 <?php if (isset ($ reportback_gallery_item ['first_name ' ])): ?>
120- <h3><?php print $ reportback_gallery_item ['first_name ' ]; ?> </h3>
120+ <h3><?php print check_plain ( $ reportback_gallery_item ['first_name ' ]) ; ?> </h3>
121121 <?php endif ; ?>
122122 <?php if (isset ($ reportback_gallery_item ['caption ' ])): ?>
123123 <?php print check_plain ($ reportback_gallery_item ['caption ' ]); ?>
Original file line number Diff line number Diff line change 2323 <img src="<?php print $ picture ['src_square ' ]; ?> " />
2424 </div>
2525 <div class="__body">
26- <h4 class="__title heading -delta"><?php print $ first_name ; ?> <?php print $ last_initial ; ?> </h4>
26+ <h4 class="__title heading -delta"><?php print checl_plain ( $ first_name) ; ?> <?php print $ last_initial ; ?> </h4>
2727 <p class="__location"><?php print $ city ; ?> , <?php print $ state ; ?> </p>
2828 <div class="copy"><?php print $ copy ; ?> </div>
2929 <div class="form-actions">
Original file line number Diff line number Diff line change 1919 <?php echo $ copy_vars ['owners_rb_subtitle ' ] ?>
2020 <?php echo $ copy_vars ['owners_rb_scholarship ' ] ?>
2121 <?php echo check_plain ($ reportback ->caption ) ?>
22- <?php echo $ user ->first_name ?>
22+ <?php echo check_plain ( $ user ->first_name ) ?>
2323
2424 <h3>
2525 <?php echo $ copy_vars ['owners_rb_important ' ] ?>
2626 </h3>
27- <?php echo $ reportback ->why_participated ?>
27+ <?php echo check_plain ( $ reportback ->why_participated ) ?>
2828
29- <?php echo $ reportback ->quantity ?> <?php echo $ reportback ->quantity_label ?>
29+ <?php echo check_plain ($ reportback ->quantity ) ?>
30+ <?php echo $ reportback ->quantity_label ?>
3031
3132
3233
You can’t perform that action at this time.
0 commit comments