remove whitespace from end of package descriptions, which added new lines when the summary includes a paragraph

Change-Id: Ica6e19f1cce4d2495510b09eb5fa3b72fbe329bb
diff --git a/res/assets/templates/packages.cs b/res/assets/templates/packages.cs
index c2d8c75..8650ad1 100644
--- a/res/assets/templates/packages.cs
+++ b/res/assets/templates/packages.cs
@@ -22,7 +22,7 @@
 <?cs each:pkg = docs.packages ?>
     <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:pkg.since ?>" >
         <td class="jd-linkcol"><?cs call:package_link(pkg) ?></td>
-        <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?>&nbsp;</td>
+        <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?></td>
     </tr>
 <?cs set:count = count + #1 ?>
 <?cs /each ?>