From e59a7bef2d59616234ef6e9245141458f7fd7fc0 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 30 Jul 2020 12:37:20 +0530 Subject: Align testimonial paragraph to right --- fellowship_testimonials.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fellowship_testimonials.module b/fellowship_testimonials.module index 081586c..70dc580 100755 --- a/fellowship_testimonials.module +++ b/fellowship_testimonials.module @@ -121,7 +121,7 @@ $page_content .= "

{$row->testimonial_text}

"; //while($speakerrow = $speakerresult->fetchObject()){ - $page_content .= "

{$speakerrow->name}
{$speakerrow->institute}, {$speakerrow->place}
"; + $page_content .= "

{$speakerrow->name}
{$speakerrow->institute}, {$speakerrow->place}
"; // } $page_content .= "{$row->fellowship_task}, FOSSEE Summer Fellowship {$row->year}

"; -- cgit