Revision: f1c1652527c1
Author: Janne Härkönen <[email protected]>
Date: Wed Feb 22 23:17:15 2012
Log: testdoc: keywords need elementheaders to layout properly
http://code.google.com/p/robotframework/source/detail?r=f1c1652527c1
Modified:
/src/robot/webcontent/testdoc.html
=======================================
--- /src/robot/webcontent/testdoc.html Wed Feb 22 22:29:23 2012
+++ /src/robot/webcontent/testdoc.html Wed Feb 22 23:17:15 2012
@@ -178,10 +178,12 @@
</script>
<script type="text/x-jquery-tmpl" id="keywordTemplate">
- <div id="${id}" class="keyword">
+ <div class="elementheader">
+ <div id="${id}" class="keyword">
<span class="not_run">${type}: </span>
<span class="name">${name}</span>
<span class="arg">${arguments}</span>
+ </div>
</div>
</script>