Skip to content

Commit f802d25

Browse files
committed
update spaces
1 parent 9c50aaa commit f802d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/Supports/Autoptimize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function add_external_links_target_rel( $content ) {
157157
}
158158

159159
if ( ! preg_match( '#target="(.*)"#Usmi', $basic_tag, $target_domain ) ) {
160-
$tag = str_replace( $domain[0], ' target="_blank"' . $domain[0], $tag );
160+
$tag = str_replace( $domain[0], 'target="_blank" ' . $domain[0], $tag );
161161
}
162162

163163
$content = str_replace( $basic_tag, $tag, $content );

0 commit comments

Comments
 (0)