| @@ -69,9 +69,9 @@ | ||
| 69 | 69 | </p> |
| 70 | 70 | <p> |
| 71 | 71 | <?php _e( 'To export, select the tables and the desired export format.', 'tablepress' ); ?> |
| 72 | 72 | <?php _e( 'If you choose more than one table, the exported files will automatically be stored in a ZIP archive file.', 'tablepress' ); ?> |
| 73 | - <br /> | |
| 73 | + <br> | |
| 74 | 74 | <?php _e( 'Be aware that for the CSV and HTML formats only the table data, but no table options are exported!', 'tablepress' ); ?> |
| 75 | 75 | <?php _e( 'For the JSON format, the table data and the table options are exported.', 'tablepress' ); ?> |
| 76 | 76 | </p> |
| 77 | 77 | <?php |