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  443264a1b7eec56dd188dbfc03afcad424e115be (commit)
      from  806f8aef9301dde61b6ea4c52bf8a38e663d671b (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=443264a1b7eec56dd188dbfc03afcad424e115be

commit 443264a1b7eec56dd188dbfc03afcad424e115be
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Feb 29 21:23:40 2016 +0100

    Valid HTML

diff --git a/src/www/snippet/addversion.php b/src/www/snippet/addversion.php
index 53fa584..aaa8dd0 100644
--- a/src/www/snippet/addversion.php
+++ b/src/www/snippet/addversion.php
@@ -83,7 +83,6 @@ if (session_loggedin()) {
 
                ?>
                <p><?php echo _('If you have modified a version of a snippet 
and you feel it is significant enough to share with others, please do so.'); 
?></p>
-               <p>
                <form action="<?php echo getStringFromServer('PHP_SELF'); ?>" 
method="post">
                <input type="hidden" name="form_key" value="<?php echo 
form_generate_key(); ?>">
                <input type="hidden" name="post_changes" value="y" />
@@ -97,11 +96,11 @@ if (session_loggedin()) {
                </td></tr>
 
                <tr><td colspan="2"><strong><?php echo _('Changes')._(':'). 
utils_requiredField(); ?></strong><br />
-                       <textarea name="changes" rows="5" cols="45" 
required="required" s></textarea>
+                       <textarea name="changes" rows="5" cols="45" 
required="required"></textarea>
                </td></tr>
 
                <tr><td colspan="2"><strong><?php echo _('Paste the Code 
Here')._(':'). utils_requiredField(); ?></strong><br />
-                       <textarea name="code" rows="30" cols="85" 
required="required" ></textarea>
+                       <textarea name="code" rows="30" cols="85" 
required="required"></textarea>
                </td></tr>
 
                <tr><td colspan="2" class="align-center">
@@ -109,7 +108,7 @@ if (session_loggedin()) {
                        <br />
                        <input type="submit" name="submit" value="<?php echo 
_('Submit'); ?>" />
                </td></tr>
-               </table></form></p>
+               </table></form>
                <?php
 
                snippet_footer();

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

Summary of changes:
 src/www/snippet/addversion.php | 7 +++----
 1 file changed, 3 insertions(+), 4 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