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, master has been updated
       via  5a868345e877088f2764305ee8ba05242dd2e6ed (commit)
      from  005f1e850b046b6a28e25bbc3227c9bf6a4ec8c2 (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 -----------------------------------------------------------------
commit 5a868345e877088f2764305ee8ba05242dd2e6ed
Author: vargenau <[email protected]>
Date:   Sun Jun 22 18:50:19 2014 +0200

    wiki: valid HTML 5

diff --git a/src/plugins/wiki/www/lib/WikiTheme.php 
b/src/plugins/wiki/www/lib/WikiTheme.php
index bac4bb2..aa6478e 100644
--- a/src/plugins/wiki/www/lib/WikiTheme.php
+++ b/src/plugins/wiki/www/lib/WikiTheme.php
@@ -1787,7 +1787,6 @@ class SubmitImageButton extends SubmitButton
     {
         $this->__construct('input', array('type' => 'image',
             'src' => $img_url,
-            'value' => $text,
             'alt' => $text));
         if ($name)
             $this->setAttr('name', $name);
diff --git a/src/plugins/wiki/www/themes/Crao/templates/actionbar.tmpl 
b/src/plugins/wiki/www/themes/Crao/templates/actionbar.tmpl
index 96b2c44..fa43ae9 100644
--- a/src/plugins/wiki/www/themes/Crao/templates/actionbar.tmpl
+++ b/src/plugins/wiki/www/themes/Crao/templates/actionbar.tmpl
@@ -5,7 +5,6 @@
   else
       $EditB = Button("viewsource", _("View Source"));
   if (empty($revision)) $revision = $page->getCurrentRevision(false);
-//MSIE needs sticky.js
 ?>
 <?php if (isBrowserIE()) { ?>
 <div class="ie-actionbuttons">

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/wiki/www/lib/WikiTheme.php                    |    1 -
 src/plugins/wiki/www/themes/Crao/templates/actionbar.tmpl |    1 -
 2 files changed, 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to