@@ -145,7 +145,7 @@ |
||
145 | 145 | ?> |
146 | 146 | <div class="frm_note_style"> |
147 | 147 | <strong><?php esc_html_e( 'Spam keywords detected recently:', 'formidable' ); ?></strong> |
148 | - <i><?php echo esc_html( ' ' . implode( ', ' , $transient ) ); ?></i> |
|
148 | + <i><?php echo esc_html( ' ' . implode( ', ', $transient ) ); ?></i> |
|
149 | 149 | </div> |
150 | 150 | <?php |
151 | 151 | } |