From: Evan Prodromou Date: Fri, 16 Jan 2009 15:38:35 +0000 (+0000) Subject: Put action name as body ID X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=20b4cae84a1451804d43e63bb990d1d8c7337197;p=quix0rs-gnu-social.git Put action name as body ID --- diff --git a/lib/action.php b/lib/action.php index 19f48d673f..792b9c0575 100644 --- a/lib/action.php +++ b/lib/action.php @@ -193,7 +193,7 @@ class Action extends HTMLOutputter // lawsuit function showBody() { - $this->elementStart('body'); + $this->elementStart('body', array('id' => $this->trimmed('action'))); $this->elementStart('div', 'wrap'); $this->showHeader(); $this->showCore();