More html wrap in block output
brazorf - October 15, 2009 - 14:38
| Project: | Flickr |
| Version: | 6.x-1.1 |
| Component: | flickr_block |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
This is a very minor issue.
I find that link to images coming from module blocks are hard to html/css manipulating, because of their low wrapping level.
They actually come out with a simple structure.
Wouldn't something like do a better job ?
I have already done this work on my local module source copy, but since im kinda noob in drupal community i dont know how/if should i submit this 'patch'.

#1
Sorry can't edit issue text.
I meant:
They actually come out with a simple structure:
<a><img/></a>Wouldn't something like
<div id='anyid' class='anyclass'><a><img/></a></div>do a better job ?