diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-05-21 23:33:34 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-05-21 23:33:34 +0200 |
commit | ee379fa41555e1c9742634229b3fab8a1fbd7fd6 (patch) | |
tree | 13db06683e647531349d01d008eef7307cb609fc /inc | |
parent | 7b877f510da04125ec5c9c1f8cda3800f4499ee5 (diff) | |
download | rpg-ee379fa41555e1c9742634229b3fab8a1fbd7fd6.tar.gz rpg-ee379fa41555e1c9742634229b3fab8a1fbd7fd6.tar.bz2 |
media manager fixes
darcs-hash:20060521213334-7ad00-d3bdc1fbce1b904d3f939197bae0b811aa5bbac3.gz
Diffstat (limited to 'inc')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 66648ae0e..dbd8cd77d 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1047,7 +1047,7 @@ function html_edit($text=null,$include='edit'){ //FIXME: include needed? <div class="toolbar"> <div id="draft__status"><?php if($INFO['draft']) echo $lang['draftdate'].' '.date($conf['dformat']);?></div> - <div id="tool__bar"><a href="<?php echo DOKU_BASE?>/lib/exe/mediamanager.php?ns=<?php echo $INFO['namespace']?>" + <div id="tool__bar"><a href="<?php echo DOKU_BASE?>lib/exe/mediamanager.php?ns=<?php echo $INFO['namespace']?>" target="_blank"><?php echo $lang['mediaselect'] ?></a></div> <?php if($wr){?> |