diff --git a/build/index.php b/build/index.php index 2a87cb0..fdd05c3 100644 --- a/build/index.php +++ b/build/index.php @@ -2908,7 +2908,7 @@ function render_recent_change($rchange) break; case "comment": $resultClasses[] = "new-comment"; - $result .= "$pageDisplayHtml"; + $result .= "$pageDisplayHtml $editorDisplayHtml"; } $resultAttributes = " " . (count($resultClasses) > 0 ? "class='" . implode(" ", $resultClasses) . "'" : ""); diff --git a/module_index.json b/module_index.json index a4db526..539783f 100755 --- a/module_index.json +++ b/module_index.json @@ -77,7 +77,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds recent changes. Access through the 'recent-changes' action.", "id": "feature-recent-changes", - "lastupdate": 1495289861, + "lastupdate": 1495291194, "optional": false }, { diff --git a/modules/feature-recent-changes.php b/modules/feature-recent-changes.php index 105d043..7d570cd 100644 --- a/modules/feature-recent-changes.php +++ b/modules/feature-recent-changes.php @@ -243,7 +243,7 @@ function render_recent_change($rchange) break; case "comment": $resultClasses[] = "new-comment"; - $result .= "$pageDisplayHtml"; + $result .= "$pageDisplayHtml $editorDisplayHtml"; } $resultAttributes = " " . (count($resultClasses) > 0 ? "class='" . implode(" ", $resultClasses) . "'" : "");