Commit afedbf2bd6db565119c3b20f2a998b570f06801b
1 parent
0358d43e
fixed links
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2007 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/visualpatterns/PatternTableLinks.inc
| ... | ... | @@ -63,7 +63,7 @@ class PatternTableLinks { |
| 63 | 63 | for ($j = 0; $j < $this->iColumns; $j++) { |
| 64 | 64 | $sToRender = $sToRender . "<td cellspacing = \"20\" width =\"100%\">"; |
| 65 | 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 | 67 | if ($this->iLinkType == TEXT) { |
| 68 | 68 | $sToRender = $sToRender . $this->aLinksText[$iArrayCount]; |
| 69 | 69 | } else if ($this->iLinkType == IMAGE) { | ... | ... |