Skip to content

Commit a9a5b5a

Browse files
Make code preview read-only. Relates to #104
1 parent 022a0b9 commit a9a5b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/views/parts/admin-field-wizard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
<p>
6262
<label for="mc4wp-fw-preview"><?php _e( 'Generated HTML', 'mailchimp-for-wp' ); ?></label>
63-
<textarea class="widefat" id="mc4wp-fw-preview" rows="5"></textarea>
63+
<textarea class="widefat" id="mc4wp-fw-preview" rows="5" readonly></textarea>
6464
</p>
6565

6666
</div>

0 commit comments

Comments
 (0)