mirror of
				https://github.com/moudsen/mailGraph
				synced 2025-10-31 09:37:39 +01:00 
			
		
		
		
	Bug (#56) fixed - typo in variable (EVENT_OPDATA, not EVENT_OPDATE)
This commit is contained in:
		| @@ -101,7 +101,7 @@ | ||||
|                                 ({{ HOST_ERROR }}) | ||||
| {% endif %} | ||||
|                                 <br/> | ||||
| {% if EVENT_OPDATE|length > 0 %} | ||||
| {% if EVENT_OPDATA|length > 0 %} | ||||
|                                 Operational data: <b>{{ EVENT_OPDATA }}</b><br/> | ||||
| {% endif %} | ||||
|                                 Status: <b>{{ EVENT_STATUS }}</b><br/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 moudsen
					moudsen