Interface fix: clicks on a bookmark open it into a new window.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@326 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
fd8dce8ccc
commit
66ad0634e2
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ if($currenttag!= '') {
|
|||
|
||||
echo '<div '.$adminBgClass.' >';;
|
||||
|
||||
echo '<div class="link"><a href="'. $address .'"'. $rel .' class="taggedlink">'. filter($row['bTitle']) ."</a>" . $adminStar . "</div>\n";
|
||||
echo '<div class="link"><a href="'. $address .'"'. $rel .' class="taggedlink" target="_blank">'. filter($row['bTitle']) ."</a>" . $adminStar . "</div>\n";
|
||||
if ($row['bDescription'] == '') {
|
||||
$bkDescription = '-';
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue