removed target=_blank, whoops!

git-svn-id: http://svn.automattic.com/wordpress/trunk@460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
alex_t_king 2003-10-22 08:53:52 +00:00
parent c84bba5e1d
commit 6fb74c7cfc
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ function edInsertLink(myField, i, defaultValue) {
+ prompt('Enter the URL'
,defaultValue
)
+ '" target="_blank">';
+ '">';
}
edInsertTag(myField, i);
}