summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/helper/extension.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2014-01-05 22:25:41 +0000
committerAnika Henke <anika@selfthinker.org>2014-01-05 22:25:41 +0000
commit77da6d6ca677e783f5e104226a179b5f09ab121d (patch)
tree14d1ba0284f35eee6a57f6cd897370c555462b89 /lib/plugins/extension/helper/extension.php
parent480a4d375c62fce58c46db400a5ec9617941c3bf (diff)
downloadrpg-77da6d6ca677e783f5e104226a179b5f09ab121d.tar.gz
rpg-77da6d6ca677e783f5e104226a179b5f09ab121d.tar.bz2
added css and html changes for RTL scripts to extension manager
Diffstat (limited to 'lib/plugins/extension/helper/extension.php')
-rw-r--r--lib/plugins/extension/helper/extension.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/extension/helper/extension.php b/lib/plugins/extension/helper/extension.php
index d200d5ab0..02c2cc8ad 100644
--- a/lib/plugins/extension/helper/extension.php
+++ b/lib/plugins/extension/helper/extension.php
@@ -829,7 +829,7 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin {
// download
if(!$file = io_download($url, $tmp.'/', true, $file, 0)) {
$this->dir_delete($tmp);
- throw new Exception(sprintf($this->getLang('error_download'), hsc($url)));
+ throw new Exception(sprintf($this->getLang('error_download'), '<bdi>'.hsc($url).'</bdi>'));
}
return $tmp.'/'.$file;
@@ -921,7 +921,7 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin {
'action' => $action
);
} else {
- throw new Exception(sprintf($this->getLang('error_copy').DOKU_LF, $item['base']));
+ throw new Exception(sprintf($this->getLang('error_copy').DOKU_LF, '<bdi>'.$item['base'].'</bdi>'));
}
}