minor fix
[fnpeditor.git] / src / editor / plugins / core / links / box.html
index 08bc484..db1b2da 100644 (file)
@@ -1,5 +1,5 @@
 <div link-box style="white-space: nowrap">
-    <a link target="blank" href="<%= url %>"><%= text %></a> <br/>--
+    <a link target="_blank" href="<%= url %>"><%= text %></a> <br/>--
     <span>
         <a class="change" href="#"><%= gettext('change') %></a> |
         <a class="delete" href="#"><%= gettext('remove') %></a>