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