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

Broken link to Edit.gif (404 error) since 6.4.2 #164

Open
lanthonyneville opened this issue Apr 16, 2020 · 0 comments
Open

Broken link to Edit.gif (404 error) since 6.4.2 #164

lanthonyneville opened this issue Apr 16, 2020 · 0 comments

Comments

@lanthonyneville
Copy link

Describe the bug

There is an invalid reference to Edit.gif in the HTML of the main blog page (just after the module title), resulting in a broken image. This is only visible to a user with admin permissions.

Software Versions

  • DNN: 09.05.00
  • Module: 06.04.02

To Reproduce

Steps to reproduce the behavior:

  1. Log in as a user with admin permissions
  2. Go to a page containing the Blog module
  3. See broken image (just after module title) called "Manage Blogs"

Expected behavior

Either the button should have a valid image, or should not be present.
Possibly the button should not be present at all, because it contains the same link as the [Manage] button.

Screenshots

BlogEdit

Offending HTML

<span>
                <a href="https://mycompany.com/News/ctl/Manage/mid/392">
                    <img src="edit.gif" alt="Manage Blogs"></a>
    </span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant