diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-12 08:20:39 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-12 08:20:39 +0000 |
| commit | 8a79d328edc993228430de2705c5470747feaebd (patch) | |
| tree | 2d8b02e8e08b2763704e2ab91b6e633f344006fa /core/views/admin_block_photo_stream.html.php | |
| parent | 42e635bff0948e3a8e7dc0003d17e709b7db2ce3 (diff) | |
Minor markup cleanup.
Diffstat (limited to 'core/views/admin_block_photo_stream.html.php')
| -rw-r--r-- | core/views/admin_block_photo_stream.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views/admin_block_photo_stream.html.php b/core/views/admin_block_photo_stream.html.php index a837151b..f7889a9c 100644 --- a/core/views/admin_block_photo_stream.html.php +++ b/core/views/admin_block_photo_stream.html.php @@ -3,8 +3,8 @@ Recent photos added to your Gallery </p> <? foreach ($photos as $photo): ?> -<a href="<?= url::site("photos/$photo->id") ?>"> +<a href="<?= url::site("photos/$photo->id") ?>" title="<?= $photo->title ?>"> <img <?= photo::img_dimensions($photo->width, $photo->height, 72) ?> - src="<?= $photo->thumb_url() ?>" alt="" /> + src="<?= $photo->thumb_url() ?>" alt="<?= $photo->title ?>" /> </a> <? endforeach ?> |
