[DUPLICATE] Syndication module validation issue when using custom images

Locked
Reind
Joomla! Explorer
Joomla! Explorer
Posts: 382
Joined: Sat Aug 27, 2005 1:14 am
Contact:

[DUPLICATE] Syndication module validation issue when using custom images

Post by Reind » Mon Jun 05, 2006 9:51 pm

The module doesn't validate also anymore.

This is the error i got from the W3C,

Code: Select all

Error  Line 318 column 83: literal is missing closing delimiter.

...mages/rss10.png" align="middle" alt="alt="RSS 1.0"" name="RSS10" border="0" /

Did you forget to close a (double) quote mark?

Last edited by stingrey on Fri Jun 16, 2006 2:48 pm, edited 1 time in total.

User avatar
stingrey
Joomla! Hero
Joomla! Hero
Posts: 2756
Joined: Mon Aug 15, 2005 4:36 pm
Location: Marikina, Metro Manila, Philippines
Contact:

Re: RSS Feeds Gone - 1.0.9??

Post by stingrey » Mon Jun 05, 2006 11:11 pm

Reind wrote: The module doesn't validate also anymore.

This is the error i got from the W3C,
I have checked the 1.0.9 code and tested and do not see this validation issue.

Have you modified your language file (english.php) at all?
Rey Gigataras
http://www.wizmediateam.com <-- great team of talented Web Designers and Programmers!
http://about.me/reygigataras <-- About Me :)
Partner, Business Development & Project Manager, Event Manager, Sports Coach :D

Reind
Joomla! Explorer
Joomla! Explorer
Posts: 382
Joined: Sat Aug 27, 2005 1:14 am
Contact:

Re: RSS Feeds Gone - 1.0.9??

Post by Reind » Tue Jun 06, 2006 8:21 am

stingrey wrote:
Reind wrote: The module doesn't validate also anymore.

This is the error i got from the W3C,
I have checked the 1.0.9 code and tested and do not see this validation issue.

Have you modified your language file (english.php) at all?
Nope. Even when using the standard english.php i get this error.

Complete W3C report,

Code: Select all

   1.  Error  Line 318 column 83: literal is missing closing delimiter.

      ...mages/rss10.png" align="middle" alt="alt="RSS 1.0"" name="RSS10" border="0" /

      Did you forget to close a (double) quote mark?

      ✉
   2. Error Line 318 column 95: end tag for "img" omitted, but OMITTAG NO was specified.

      ...png" align="middle" alt="alt="RSS 1.0"" name="RSS10" border="0" /></a>

      You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

      ✉
   3. Info Line 318 column 4: start tag was here.

      				<img src="http://www.aboutdj.nl/images/M_images/rss10.png" align="middle" al

   4. Error Line 322 column 83: literal is missing closing delimiter.

      ...mages/rss20.png" align="middle" alt="alt="RSS 2.0"" name="RSS20" border="0" /

      ✉
   5. Error Line 322 column 95: end tag for "img" omitted, but OMITTAG NO was specified.

      ...png" align="middle" alt="alt="RSS 2.0"" name="RSS20" border="0" /></a>

      ✉
   6. Info Line 322 column 4: start tag was here.

      				<img src="http://www.aboutdj.nl/images/M_images/rss20.png" align="middle" al

   7. Error Line 326 column 84: literal is missing closing delimiter.

      ...ages/atom03.png" align="middle" alt="alt="ATOM 0.3"" name="ATOM03" border="0"

      ✉
   8. Error Line 326 column 97: end tag for "img" omitted, but OMITTAG NO was specified.

      ...ng" align="middle" alt="alt="ATOM 0.3"" name="ATOM03" border="0" /></a>

      ✉
   9. Info Line 326 column 4: start tag was here.

      				<img src="http://www.aboutdj.nl/images/M_images/atom03.png" align="middle" a

I'm using php 4.4.2, RSS feeds works fine but i get the W3C errors when i publish the module.

The site, http://www.aboutdj.nl/

[edit]
When the images are - set to default and no custom image is applied the w3c error disapeared.
So when using a custom image like this one Image i get the error

[/edit]
Last edited by Reind on Tue Jun 06, 2006 8:44 am, edited 1 time in total.

User avatar
toubkal
Joomla! Hero
Joomla! Hero
Posts: 2860
Joined: Thu Aug 18, 2005 4:35 pm
Location: Cheshire, England
Contact:

[ADDED TRACKER] Syndication module validation issue when using custom images

Post by toubkal » Fri Jun 09, 2006 1:02 pm

This looks like it is due to the same function that was causing NO alt tag to be output

the function ImageCheck in /includes/joomla.php has some confused code relating to the output of alt tags

see this thread
http://forum.joomla.org/index.php/topic,67397.0.html

I posted a tracker item for that issue and mentioned that it was likely to also cause

alt="alt="something"" 
tags

The tracker item is
http://forge.joomla.org/sf/go/artf4925?nav=1


I have just tested this out and can confirm the issue is with function ImageCheck
Last edited by toubkal on Sun Jun 11, 2006 4:53 pm, edited 1 time in total.
Do you want the answer to be as vague as your question?

User avatar
stingrey
Joomla! Hero
Joomla! Hero
Posts: 2756
Joined: Mon Aug 15, 2005 4:36 pm
Location: Marikina, Metro Manila, Philippines
Contact:

Re: [DUPLICATE] Syndication module validation issue when using custom images

Post by stingrey » Fri Jun 16, 2006 2:49 pm

As this is due to a larger issue, this report is being closed as it will be actioned in report that deals with the larger issue:
http://forum.joomla.org/index.php/topic,67397.0.html
Rey Gigataras
http://www.wizmediateam.com <-- great team of talented Web Designers and Programmers!
http://about.me/reygigataras <-- About Me :)
Partner, Business Development & Project Manager, Event Manager, Sports Coach :D


Locked

Return to “Superseded Issues - Archive”