CodeDoc/Data/Class.php
[PHP_CodeDoc] / CodeDoc / Data / Class.php
index 480fe4b..a30d08a 100644 (file)
@@ -64,7 +64,7 @@ class PHP_CodeDoc_Data_Class {
     {
         $ret = array();
         $cats = array();
-        $cls = str_replace('_','-',strtolower($this->name))
+        $cls = str_replace('_','-',strtolower($this->name));
         foreach($this->Operations as $op) {
             
             if (!isset($op->description->category)) {