diff options
-rwxr-xr-x | fellowship_testimonials.module | 2 |
1 files changed, 1 insertions, 1 deletions
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 .= " <div class='container-testimonial'> <p>{$row->testimonial_text}</p> "; //while($speakerrow = $speakerresult->fetchObject()){ - $page_content .= "<br><p style='float:right'><span>{$speakerrow->name}</span><br>{$speakerrow->institute}, {$speakerrow->place}<br>"; + $page_content .= "<br><p style='text-align:right'><span>{$speakerrow->name}</span><br>{$speakerrow->institute}, {$speakerrow->place}<br>"; // } $page_content .= "{$row->fellowship_task}, FOSSEE Summer Fellowship {$row->year}</p></div>"; |