This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.1 has been updated
via 4e717e9d46f64047a3c5b76795bdfc968a884ee6 (commit)
from 94cdcf830a300f331da2acafc699bc882dda96d3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=4e717e9d46f64047a3c5b76795bdfc968a884ee6
commit 4e717e9d46f64047a3c5b76795bdfc968a884ee6
Author: Franck Villaume <[email protected]>
Date: Tue May 22 09:36:23 2018 +0000
mediawiki plugin: fix HTML5 tt -> kbd
diff --git a/src/plugins/mediawiki/www/plugin_admin.php
b/src/plugins/mediawiki/www/plugin_admin.php
index 666db95..34c7b5f 100644
--- a/src/plugins/mediawiki/www/plugin_admin.php
+++ b/src/plugins/mediawiki/www/plugin_admin.php
@@ -187,7 +187,7 @@ if (forge_get_config('use_manual_uploads')) {
echo '<p>';
printf(_('Alternatively, you can use a file you already uploaded (by
SFTP or SCP) to the <a href="%2$s">project\'s incoming directory</a> (%1$s).'),
$incoming, "sftp://" . forge_get_config('shell_host') .
$incoming . "/");
- echo ' ' . _('This direct <tt>sftp://</tt> link only works with some
browsers, such as Konqueror.') . '<br />';
+ echo ' ' . _('This direct <kbd>sftp://</kbd> link only works with some
browsers, such as Konqueror.') . '<br />';
$manual_files_arr=ls($incoming,true);
if ( count($manual_files_arr) > 0 ) {
echo _('Choose an already uploaded file:').'<br />';
-----------------------------------------------------------------------
Summary of changes:
src/plugins/mediawiki/www/plugin_admin.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits