Page 1 of 1

serendipity_event_findmore - Firebug: error - correction?

Posted: Sun Aug 18, 2013 12:02 pm
by Czorneboh
Hi all totether!

Firebug tells an error in lines 28 f:
<script src="/plugins/serendipity_event_findmore/img/plugin_findmore.js"></script>
<script language="javascript">
comment in Firebug:
A mandatory attribute for this tag is not defined.

Solution:

Check the definition of the tag. Look for the required attributes. Add the requested attribute.
References:

W3C tags: http://www.w3.org/TR/html4/index/elements.html

Re: serendipity_event_findmore - Firebug: error - correction

Posted: Sun Aug 18, 2013 12:56 pm
by yellowled
Czorneboh wrote:Firebug tells an error in lines 28 f:
<script src="/plugins/serendipity_event_findmore/img/plugin_findmore.js"></script>
<script language="javascript">
That's probably because of the missing language attribute in the first line (which wouldn't be necessary in HTML5, but still is in XHTML).

YL