serendipity_event_findmore - Firebug: error - correction?

Creating and modifying plugins.
Post Reply
Czorneboh
Regular
Posts: 385
Joined: Tue Apr 08, 2008 7:17 pm
Location: Berlin
Contact:

serendipity_event_findmore - Firebug: error - correction?

Post 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
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: serendipity_event_findmore - Firebug: error - correction

Post 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
Post Reply