Revision: 63c3b96400bf
Author: Pekka Klärck
Date: Wed Jun 15 14:13:53 2011
Log: fixed showing tags only when some exist - an empty list is true
in js unlike in python
http://code.google.com/p/robotframework/source/detail?r=63c3b96400bf
Modified:
/src/robot/webcontent/log.html
=======================================
--- /src/robot/webcontent/log.html Wed Jun 15 13:18:16 2011
+++ /src/robot/webcontent/log.html Wed Jun 15 14:13:53 2011
@@ -305,7 +305,7 @@
{{if documentation}}
<tr><th>Documentation:</th><td>{{html documentation}}</td></tr>
{{/if}}
- {{if tags}}
+ {{if tags.length}}
<tr><th>Tags:</th><td>${tags.join(', ')}</td></tr>
{{/if}}
{{if timeout}}