Closed (fixed)
Project:
Bible
Version:
6.x-1.2-rc8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2009 at 17:07 UTC
Updated:
28 Mar 2011 at 02:21 UTC
The Golden verse block has link 'More' with a tag that has href attribute without double quotes.
More
This breaks html validation test.
An example (in Lithuanian language) is bellow:
Comments
Comment #1
MikeLee_Birdy commentedDear Robertas:
I guess you got to modify this line:
In Line 2013:
$page_content .= "
";
Just add a ( ' ) before and after ( ". $morelink. " ) . I hope this will work.
MikeLee
Comment #2
Robertas commentedYes, I modified line 2010 and made it look like this and it worked:
$page_content .= "<div class='more-link'><a href=\"". $morelink. "\">". t("More"). "</a></div>";Comment #3
Kriss-dupe commentedBeen here too long, clearing up for efficiency.