From: cajus Date: Tue, 31 May 2005 16:46:00 +0000 (+0000) Subject: Fixed W3C conformance problems in references tab X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8b64b50ea76ab50315ba27b94becb6484959635b;p=gosa.git Fixed W3C conformance problems in references tab git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@560 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/generic/references/class_reference.inc b/plugins/generic/references/class_reference.inc index 5b97749d7..3e3a9cad9 100644 --- a/plugins/generic/references/class_reference.inc +++ b/plugins/generic/references/class_reference.inc @@ -119,7 +119,7 @@ class reference extends plugin } else { $img= "images/sort_down.png"; } - $this->objectlist.= '\"\" '.$attrs['cn'][0].''.$description.''.$content.' '.$addon; + $this->objectlist.= ' '.$attrs['cn'][0].''.$description.''.$content.' '.$addon; $id++; } diff --git a/plugins/generic/references/contents.tpl b/plugins/generic/references/contents.tpl index 72cf5b33d..f3463528b 100644 --- a/plugins/generic/references/contents.tpl +++ b/plugins/generic/references/contents.tpl @@ -8,7 +8,7 @@ - {t}Object name{/t}{t}Description{/t}Contents + {t}Object name{/t}{t}Description{/t}{t}Contents{/t} {$objectList}