diff --git a/templates/logout-iframe.php b/templates/logout-iframe.php
index 4865218a6dcc6489b5fd41a79c2ccb7f793865ab..e6b41e32d658bcd9d9889211bef9c8153155218a 100644
--- a/templates/logout-iframe.php
+++ b/templates/logout-iframe.php
@@ -114,7 +114,7 @@ function sendResponse() {
 		
 		echo '<table id="slostatustable">';
 		
-		echo '<tr class="initiated" id="e' . sha1($spentityid) . '">' . "\n";
+		echo '<tr class="initiated" id="e_initiated">' . "\n";
 		echo '	<td><img style="float: left; margin: 3px" src="/' . $this->data['baseurlpath'] . 
 			'resources/icons/silk/accept.png" alt="Initiated from" /></td>' . "\n";
 		echo '	<td>' . $this->t('{logout:initiated}') . '</td>';