From afedbf2bd6db565119c3b20f2a998b570f06801b Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 30 May 2003 15:33:58 +0000 Subject: [PATCH] fixed links --- lib/visualpatterns/PatternTableLinks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/visualpatterns/PatternTableLinks.inc b/lib/visualpatterns/PatternTableLinks.inc index 687d216..e5d6a18 100644 --- a/lib/visualpatterns/PatternTableLinks.inc +++ b/lib/visualpatterns/PatternTableLinks.inc @@ -63,7 +63,7 @@ class PatternTableLinks { for ($j = 0; $j < $this->iColumns; $j++) { $sToRender = $sToRender . ""; if ($iArrayCount < $iArraySize) { - $sToRender = $sToRender . ((strlen($this->aLinks[$iArrayCount]) > 0) ? "aLinks[$iArrayCount] . "\" />" : ""); + $sToRender = $sToRender . ((strlen($this->aLinks[$iArrayCount]) > 0) ? "aLinks[$iArrayCount] . "\">" : ""); if ($this->iLinkType == TEXT) { $sToRender = $sToRender . $this->aLinksText[$iArrayCount]; } else if ($this->iLinkType == IMAGE) { -- libgit2 0.21.4