From: Alan Knowles Date: Mon, 17 Oct 2016 01:51:55 +0000 (+0800) Subject: CodeDoc/Data/Class.php X-Git-Url: http://git.roojs.org/?p=PHP_CodeDoc;a=commitdiff_plain;h=9177a84e017a9309af20752b0d3144adad88e093 CodeDoc/Data/Class.php --- diff --git a/CodeDoc/Data/Class.php b/CodeDoc/Data/Class.php index 480fe4b..a30d08a 100644 --- a/CodeDoc/Data/Class.php +++ b/CodeDoc/Data/Class.php @@ -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)) {