Small bug in admin: image link resulting in 404
-
Hi,
I caught a small bug in the admin section. A gif image is being referenced without the extension.
It’s in alo-easymail.php on line 2499:
<a title="Newsletter preview" id="easymail-open-preview" class="preview button" href="#"><img id="easymail-open-preview-loading" src="<?php echo ALO_EM_PLUGIN_URL ?>/images/wpspin_light" alt="" style="vertical-align: text-bottom;display: none;margin-right: 0.5em" /><?php echo __('Preview in newsletter theme', 'alo-easymail') ?></a>
should be
<a title="Newsletter preview" id="easymail-open-preview" class="preview button" href="#"><img id="easymail-open-preview-loading" src="<?php echo ALO_EM_PLUGIN_URL ?>/images/wpspin_light.gif" alt="" style="vertical-align: text-bottom;display: none;margin-right: 0.5em" /><?php echo __('Preview in newsletter theme', 'alo-easymail') ?></a>
Regards!
- The topic ‘Small bug in admin: image link resulting in 404’ is closed to new replies.