Author: Jonathan.Wage
Date: 2010-02-15 08:54:36 +0100 (Mon, 15 Feb 2010)
New Revision: 28031
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalSearchPlugin/modules/sympal_search/templates/_title.php
Log:
[1.4][sfSympalPlugin][1.0] Fixing unclosed html tag
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalSearchPlugin/modules/sympal_search/templates/_title.php
===================================================================
---
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalSearchPlugin/modules/sympal_search/templates/_title.php
2010-02-15 04:21:20 UTC (rev 28030)
+++
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalSearchPlugin/modules/sympal_search/templates/_title.php
2010-02-15 07:54:36 UTC (rev 28031)
@@ -1,4 +1,4 @@
<?php $url = $record->getUrl(array('absolute' => true)) ?>
<strong><?php echo $record->getType()->getLabel() ?>: <?php echo
link_to($record->getTitle(), $url) ?></strong>
<p><?php echo $record->getTeaser() ?></p>
-<small><?php echo link_to($url, $url) ?>
\ No newline at end of file
+<small><?php echo link_to($url, $url) ?></small>
\ No newline at end of file
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.