Changeset 3c8c05e3cf3aa31557957fcad353dfdf2e7c4505

Show
Ignore:
Timestamp:
03/09/08 12:12:32 (9 months ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1205061152 +0100
git-parent:

[7d55579edacad17eebc9b854529244f2221b51b1]

git-author:
Christopher Jung <bktheg@web.de> 1205061152 +0100
Message:

BBCode TagIntrnlConfTask? gefixt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/bbcodes/TagIntrnlConfTask.java

    rdcd6229 r3c8c05e  
    4444                        str.append("<br />"); 
    4545                        str.append("<a class=\"ok\" target=\"main\" href=\"./ds?module=comm&sess="+sess+"&action=send&to=task&title="+taskid+"&msg=handletm\">ja</a> - "); 
    46                         str.append("<a class=\"error\" target=\"main\" href=\".ds?module=comm&sess="+sess+"&action=send&to=task&title="+taskid+"&msg=dismiss\">nein</a>"); 
     46                        str.append("<a class=\"error\" target=\"main\" href=\"./ds?module=comm&sess="+sess+"&action=send&to=task&title="+taskid+"&msg=dismiss\">nein</a>"); 
    4747                        str.append("</td></tr></table>"); 
    4848                        str.append("</div>");