diff options
author | Scott Main <smain@google.com> | 2010-10-15 11:20:26 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-10-15 11:20:26 -0700 |
commit | c0aa1e1b305d85baef1dcedabbea1d084f3ed54a (patch) | |
tree | 8a6eea02c0d119b1c38ba004353914b55d78526c | |
parent | e07a9d4aa4afd27461877fbfd4b132a5c6c34954 (diff) | |
parent | 5466af5017a5cf2de5aba7ea403627cb44763e68 (diff) | |
download | build-c0aa1e1b305d85baef1dcedabbea1d084f3ed54a.zip build-c0aa1e1b305d85baef1dcedabbea1d084f3ed54a.tar.gz build-c0aa1e1b305d85baef1dcedabbea1d084f3ed54a.tar.bz2 |
Merge "remove whitespace from end of package descriptions, which added new lines when the summary includes a paragraph. Do not merge." into gingerbread
-rw-r--r-- | tools/droiddoc/templates/packages.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/droiddoc/templates/packages.cs b/tools/droiddoc/templates/packages.cs index c2d8c75..8650ad1 100644 --- a/tools/droiddoc/templates/packages.cs +++ b/tools/droiddoc/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) ?> </td> + <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?></td> </tr> <?cs set:count = count + #1 ?> <?cs /each ?> |