From 20b4cae84a1451804d43e63bb990d1d8c7337197 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 16 Jan 2009 15:38:35 +0000 Subject: Put action name as body ID --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/action.php b/lib/action.php index 19f48d673..792b9c057 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(); -- cgit v1.2.3-54-g00ecf