?
avatar BastianWie
BastianWie
25 Mar 2017

Steps to reproduce the issue

1.) Do not 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

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
5.00

avatar BastianWie BastianWie - open - 25 Mar 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 25 Mar 2017
avatar BastianWie BastianWie - change - 25 Mar 2017
The description was changed
avatar BastianWie BastianWie - edited - 25 Mar 2017
avatar BastianWie BastianWie - change - 25 Mar 2017
The description was changed
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 25 Mar 2017

Please close as there is a PR.

avatar brianteeman brianteeman - change - 25 Mar 2017
The description was changed
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-03-25 09:24:21
Closed_By brianteeman
avatar brianteeman brianteeman - close - 25 Mar 2017
avatar brianteeman
brianteeman - comment - 25 Mar 2017

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

avatar BastianWie
BastianWie - comment - 25 Mar 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 and understand (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 ;-).

avatar BastianWie BastianWie - edited - 25 Mar 2017
avatar brianteeman
brianteeman - comment - 25 Mar 2017

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

avatar brianteeman
brianteeman - comment - 25 Mar 2017

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

avatar BastianWie
BastianWie - comment - 25 Mar 2017

sure its not very urgent and thanks for the link.

avatar Bakual
Bakual - comment - 25 Mar 2017

Add a Comment

Login with GitHub to post a comment