[evolvis-commits] r16304: Remove empty paragraphs

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 01:07:32 CET 2011


Author: mirabilos
Date: 2011-03-01 01:07:32 +0100 (Tue, 01 Mar 2011)
New Revision: 16304

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/www/survey/survey_resp.php
Log:
Remove empty paragraphs

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/survey/survey_resp.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/survey/survey_resp.php	2011-03-01 00:07:30 UTC (rev 16303)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/survey/survey_resp.php	2011-03-01 00:07:32 UTC (rev 16304)
@@ -39,7 +39,7 @@
     exit_no_group();
 }
 
-$sh = new  SurveyHtml();
+$sh = new SurveyHtml();
 $title = _('Survey Complete');
 $sh->header(array('title'=>$title));
 echo '<h1>' . $title . '</h1>';
@@ -57,15 +57,12 @@
 	exit_not_logged_in();
 }
 
-?>
+echo '<p>' . _('Thank you for taking time to complete this survey.') . '</p>';
+echo '<p>' . _('Regards,') . '</p>';
+echo '<p><strong>';
+printf(_('The %1$s Crew'), forge_get_config ('forge_name'));
+echo '</strong></p>';
 
-<p><?php echo _('Thank you for taking time to complete this survey.'); ?></p>
-<p> </p>
-<?php echo _('Regards'); ?>,
-<p> </p>
-<strong><?php printf(_('The %1$s Crew'), forge_get_config ('forge_name')); ?></strong>
-<p> </p>
-<?php
 /*
 	Delete this customer's responses in case they had back-arrowed
 */



More information about the evolvis-commits mailing list