| @@ -202,9 +202,9 @@ | ||
| 202 | 202 | if ( !empty( $headline ) ) { |
| 203 | 203 | $shortcode .= 'headline="' . $headline . '" '; |
| 204 | 204 | } |
| 205 | 205 | if ( !empty( $instruction ) ) { |
| 206 | - $shortcode .= 'instruction="' . $instruction . '" '; | |
| 206 | + $shortcode .= 'instruction="' . base64_encode( $instruction ) . '" '; | |
| 207 | 207 | } |
| 208 | 208 | if ( !empty( $placeholder ) ) { |
| 209 | 209 | $shortcode .= 'placeholder="' . $placeholder . '" '; |
| 210 | 210 | } |