@@ -34,10 +34,10 @@ |
||
34 | 34 | } |
35 | 35 | |
36 | 36 | /** |
37 | - * Get the url to this item |
|
38 | - * |
|
39 | - * @return string URL |
|
40 | - */ |
|
37 | + * Get the url to this item |
|
38 | + * |
|
39 | + * @return string URL |
|
40 | + */ |
|
41 | 41 | public function get_url() |
42 | 42 | { |
43 | 43 | if ($type = $this->types->get_forum_type($this->item_parent_id)) |
@@ -76,8 +76,8 @@ |
||
76 | 76 | { |
77 | 77 | return array( |
78 | 78 | 'size' => 'large', |
79 | - 'maxlength' => '', // input characters |
|
80 | - 'max_chars' => 200, // display characters |
|
79 | + 'maxlength' => '', // input characters |
|
80 | + 'max_chars' => 200, // display characters |
|
81 | 81 | 'editor' => true, |
82 | 82 | ); |
83 | 83 | } |