Author: sevein
Date: Tue Oct 18 23:11:46 2011
New Revision: 10134
Log:
Use single quotation mark
Modified:
trunk/apps/qubit/modules/search/templates/_searchResults.php
Modified: trunk/apps/qubit/modules/search/templates/_searchResults.php
==============================================================================
--- trunk/apps/qubit/modules/search/templates/_searchResults.php Tue Oct
18 23:10:57 2011 (r10133)
+++ trunk/apps/qubit/modules/search/templates/_searchResults.php Tue Oct
18 23:11:46 2011 (r10134)
@@ -7,7 +7,7 @@
<?php if (null == $doc->do_mediaTypeId): ?>
<?php echo
link_to(image_tag(QubitDigitalObject::getGenericRepresentation($doc->do_mediaTypeId,
QubitTerm::THUMBNAIL_ID)->getFullPath(), array('alt' => $doc->title)),
array('slug' => $doc->slug, 'module' => 'informationobject')) ?>
<?php elseif (QubitTerm::AUDIO_ID == $doc->do_mediaTypeId): ?>
- <?php echo link_to(image_tag("play.png", array('alt' =>
$doc->title)), array('slug' => $doc->slug, 'module' => 'informationobject')) ?>
+ <?php echo link_to(image_tag('play.png', array('alt' =>
$doc->title)), array('slug' => $doc->slug, 'module' => 'informationobject')) ?>
<?php elseif (null !== $doc->do_thumbnail_FullPath): ?>
<?php echo
link_to(image_tag(public_path($doc->do_thumbnail_FullPath), array('alt' =>
$doc->title)), array('slug' => $doc->slug, 'module' => 'informationobject')) ?>
<?php endif;?>
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" 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/qubit-commits?hl=en.