Download & Extend

More html wrap in block output

Project:Flickr
Version:6.x-1.1
Component:flickr_block
Category:feature request
Priority:minor
Assigned:Unassigned
Status:active

Issue Summary

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 Only local images are allowed. structure.
Wouldn't something like Only local images are allowed. 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'.

Comments

#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 ?

nobody click here