From 36d101af021ea0dc183d307479b1b1f174f1d573 Mon Sep 17 00:00:00 2001
From: Jan Piotrowski <piotrowski+github@gmail.com>
Date: Sat, 29 Apr 2017 16:47:23 +0200
Subject: [PATCH] remove stray "f"

---
 scripts/docs/templates/common.template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html
index 92601581..d592fc3c 100644
--- a/scripts/docs/templates/common.template.html
+++ b/scripts/docs/templates/common.template.html
@@ -61,7 +61,7 @@ docType: "<$ doc.docType $>"
   <tr>
     <td>
       <$ param.name $>
-      <@- if param.alias @>| <$ param.alias $><@ endif -@>f
+      <@- if param.alias @>| <$ param.alias $><@ endif -@>
     </td>
     <td>
       <$ typeList(param.typeList) $>