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  5cd9913bfd274b9873c6687c716b73d19830eadd (commit)
      from  c6b3188bc33237f66cfd2888683119cd2846d073 (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=5cd9913bfd274b9873c6687c716b73d19830eadd

commit 5cd9913bfd274b9873c6687c716b73d19830eadd
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu May 11 14:04:51 2017 +0200

    Add HTML 5 required

diff --git a/src/www/snippet/submit.php b/src/www/snippet/submit.php
index 9b1b448..5ca3c64 100644
--- a/src/www/snippet/submit.php
+++ b/src/www/snippet/submit.php
@@ -135,11 +135,11 @@ if (session_loggedin()) {
        </tr>
 
        <tr><td colspan="2">
-        <?php echo $HTML->html_input('version', '', 
_('Version').utils_requiredField()._(': '), 'text', '', array('size' => '10', 
'maxlength' => '15')); ?>
+        <?php echo $HTML->html_input('version', '', 
_('Version').utils_requiredField()._(': '), 'text', '', array('size' => '10', 
'maxlength' => '15', 'required' => 'required')); ?>
        </td></tr>
 
        <tr><td colspan="2">
-           <?php echo $HTML->html_textarea('code', '', _('Paste the Code 
Here').utils_requiredField()._(': '), '', array('rows' => '30', 'cols' => 
'85')); ?>
+           <?php echo $HTML->html_textarea('code', '', _('Paste the Code 
Here').utils_requiredField()._(': '), '', array('rows' => '30', 'cols' => '85', 
'required' => 'required')); ?>
        </td></tr>
 
        <tr><td colspan="2" class="align-center">

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

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