Skip to content

Commit 5759cf7

Browse files
author
Ghost1227
committed
Rename header div
1 parent 10037b5 commit 5759cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ public function _options_page_html() {
13971397
echo '<div id="redux-header">';
13981398

13991399
if( !empty( $this->args['display_name'] ) ) {
1400-
echo '<div class="logo">';
1400+
echo '<div class="display_header">';
14011401
echo '<h2>' . $this->args['display_name'] . '</h2>';
14021402

14031403
if( !empty( $this->args['display_version'] ) )

0 commit comments

Comments
 (0)