Commit 0285aa2c authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

Pulleyblank.html: base=_target added to a

parent f588776b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ PB.load=function(e){
  var p;
  if(PB.req.status==200){
    p=document.createElement("b");
    p.innerHTML="<a name='"+PB.anchor+"'>"+PB.anchor+"</a> <a href='editor-kanbun.html#"+PB.api+"' target='_blank'>Edit</a> <a href='"+PB.url+"'>GitLab</a>";
    p.innerHTML="<a name='"+PB.anchor+"'>"+PB.anchor+"</a> <a href='editor-kanbun.html#"+PB.api+"' target='_blank'>Edit</a> <a href='"+PB.url+"' target='_blank'>GitLab</a>";
    document.body.appendChild(p);
    p=document.createElement("pre");
    p.textContent=PB.req.responseText