bjori Tue Aug 14 20:08:19 2007 UTC
Modified files:
/phd/themes/php phpdotnet.php
Log:
Typo
http://cvs.php.net/viewvc.cgi/phd/themes/php/phpdotnet.php?r1=1.4&r2=1.5&diff_format=u
Index: phd/themes/php/phpdotnet.php
diff -u phd/themes/php/phpdotnet.php:1.4 phd/themes/php/phpdotnet.php:1.5
--- phd/themes/php/phpdotnet.php:1.4 Tue Aug 14 17:51:13 2007
+++ phd/themes/php/phpdotnet.php Tue Aug 14 20:08:19 2007
@@ -1,5 +1,5 @@
<?php
-/* $Id: phpdotnet.php,v 1.4 2007/08/14 17:51:13 bjori Exp $ */
+/* $Id: phpdotnet.php,v 1.5 2007/08/14 20:08:19 bjori Exp $ */
class phpdotnet extends PhDHelper {
protected $elementmap = array(
@@ -174,7 +174,7 @@
if ($name == "reference") {
$chunks = PhDHelper::getChildren($id);
if (count($chunks) > 1) {
- $content = '<ul class="chunklist chunklist_reference>';
+ $content = '<ul class="chunklist chunklist_reference">';
foreach($chunks as $chunkid => $junk) {
$content .= sprintf('<li><a href="%s%s.%s">%s</a> â
%s</li>', $this->chunked ? "" : "#", $chunkid, $this->ext,
PhDHelper::getDescription($chunkid, false), PhDHelper::getDescription($chunkid,
true));
}