Skip to content

Commit

Permalink
Bugfix / this needs a space before possible class="..."
Browse files Browse the repository at this point in the history
  • Loading branch information
radgeek committed Feb 4, 2022
1 parent 67fe9d3 commit e373458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeds-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ function display_feedfinder () {
$feed_version = '';
endif;
?>
<form<?php print fwp_form_class_attr($form_class); ?> action="<?php print esc_url( $this->form_action( 'syndication.php' ) ); ?>" method="post">
<form <?php print fwp_form_class_attr($form_class); ?> action="<?php print esc_url( $this->form_action( 'syndication.php' ) ); ?>" method="post">
<div class="inside"><?php FeedWordPressCompatibility::stamp_nonce('feedwordpress_switchfeed'); ?>

<?php
Expand Down

0 comments on commit e373458

Please sign in to comment.