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  dca09e74a9eae763e77966ceb1ae72ecd6d92d20 (commit)
      from  b86e18361e469974ba2e210c29c57759eb27f0f6 (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=dca09e74a9eae763e77966ceb1ae72ecd6d92d20

commit dca09e74a9eae763e77966ceb1ae72ecd6d92d20
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Feb 13 14:38:02 2017 +0100

    Use <p>

diff --git a/src/www/news/submit.php b/src/www/news/submit.php
index 621b16c..5808f3d 100644
--- a/src/www/news/submit.php
+++ b/src/www/news/submit.php
@@ -165,8 +165,9 @@ if (session_loggedin()) {
        plugin_hook_by_reference("text_editor",$params);
 
        echo $params['content'].'<br />';
-       echo '<div><input type="submit" name="submit" value="'._('Submit').'" />
-               </div>';
+       echo '<p>';
+       echo '<input type="submit" name="submit" value="'._('Submit').'" />';
+       echo '</p>';
        echo $HTML->closeForm();
 
        news_footer();

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

Summary of changes:
 src/www/news/submit.php | 5 +++--
 1 file changed, 3 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