Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Banner module is not adding spaced between elements #14893

Closed
BastianFie opened this issue Mar 25, 2017 · 7 comments
Closed

Banner module is not adding spaced between elements #14893

BastianFie opened this issue Mar 25, 2017 · 7 comments

Comments

@BastianFie
Copy link

BastianFie commented Mar 25, 2017

Steps to reproduce the issue

1.) Do not use a template overwrite for the banner
2.) create a banner module in joomla, add a banner to it, add the width & height
3.) Check the source generated here, it will be something like:

img src="banners/banner_example_468x60.gif" alt="486x60"width ="486"height ="60"/

Expected result

img src="banners/banner_example_468x60.gif" alt="486x60" width="486" height="60"/

Actual result

img src="banners/banner_example_468x60.gif" alt="486x60"width ="486"height ="60"/

System information (as much as possible)

Joomla 3.6.5

Additional comments

@ghost
Copy link

ghost commented Mar 25, 2017

Please close as there is a PR.

@brianteeman
Copy link
Contributor

If you are creating a Pull Request then you dont need to create an issue at the same time ;)

@BastianFie
Copy link
Author

BastianFie commented Mar 25, 2017

@brianteeman thanks. It was my first pull request since a very long time and I wasn´t sure if i got the process to create a pull request correctly. The Joomla howto is a little bit outdated and for a first time user not very easy to follow (as we normally do not use a local installed software, such small changes could be easily be done online). So I picked that way to ensure its covered regardless if I manage to cover the pull request correctly ;-).

@brianteeman
Copy link
Contributor

For a small change like this you can indeed do it online directly at github but I cant find a good tutorial for that right now - sorry

I took a quick look at your changes and they look fine - but I will take a more detailed look later today if others have not beaten me to it

@brianteeman
Copy link
Contributor

Found one
https://help.github.com/articles/editing-files-in-another-user-s-repository/

I will try to find some time to expand it a little as you can also use this method to edit multiple files

@BastianFie
Copy link
Author

sure its not very urgent and thanks for the link.

@Bakual
Copy link
Contributor

Bakual commented Mar 25, 2017

There is a good one on JDocs: https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants