Commit 2837c31320631bbd3ba61b5f3c9d340bd2e64147

Authored by Michael Joseph
1 parent 18716995

fixed links


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2007 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/visualpatterns/PatternTableLinks.inc
@@ -63,7 +63,7 @@ class PatternTableLinks { @@ -63,7 +63,7 @@ class PatternTableLinks {
63 for ($j = 0; $j < $this->iColumns; $j++) { 63 for ($j = 0; $j < $this->iColumns; $j++) {
64 $sToRender = $sToRender . "<td cellspacing = \"20\" width =\"100%\">"; 64 $sToRender = $sToRender . "<td cellspacing = \"20\" width =\"100%\">";
65 if ($iArrayCount < $iArraySize) { 65 if ($iArrayCount < $iArraySize) {
66 - $sToRender = $sToRender . ((strlen($this->aLinks[$iArrayCount]) > 0) ? "<a href=\"" . $this->aLinks[$iArrayCount] . "\" />" : ""); 66 + $sToRender = $sToRender . ((strlen($this->aLinks[$iArrayCount]) > 0) ? "<a href=\"" . $this->aLinks[$iArrayCount] . "\">" : "");
67 if ($this->iLinkType == TEXT) { 67 if ($this->iLinkType == TEXT) {
68 $sToRender = $sToRender . $this->aLinksText[$iArrayCount]; 68 $sToRender = $sToRender . $this->aLinksText[$iArrayCount];
69 } else if ($this->iLinkType == IMAGE) { 69 } else if ($this->iLinkType == IMAGE) {