[VE][112] confusing error message

I received the following error:

> Error  Line 15, Column 85: duplicate specification of attribute "type".
>
> …repetition/repetition-model.js" type="text/javascript"></script>
>
> You have specified an attribute more than once. For instance, you have
> used the "height" attribute twice on the same "img" tag.

Well, in fact, I have not used the "height" attribute twice on the
same "img" tag. I think what you meant to say was:

    You have specified an attribute more than once. Example: Using the
    "height" attribute twice on the same "img" tag.

HTH,
 - Aaron

Received on Tuesday, 7 August 2007 18:05:06 UTC