Skip to content

Commit 8e986cf

Browse files
committed
スマホ:readにtarget="_blank"を指定
1 parent 404b482 commit 8e986cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ShowThreadI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ public function plugin_linkURL($url, $purl, $str)
839839
} else {
840840
$link_url = $url;
841841
}
842-
return "<a href=\"{$link_url}\">{$str}</a>";
842+
return "<a href=\"{$link_url}\" target=\"_blank\">{$str}</a>";
843843
}
844844
return false;
845845
}

0 commit comments

Comments
 (0)