diff options
author | Michael Bien <[email protected]> | 2010-08-28 20:17:34 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-08-28 20:17:34 +0200 |
commit | 798d8c0486ba7f250b54147885b16abcf34dc920 (patch) | |
tree | 4e59735be033013b6f18b558d2e420027fb8aec7 /planet2/config | |
parent | 2f1c70e5572a383fed413332d0a120b0a068fb75 (diff) |
changed 'description' -> 'filteredDescription' property due to changes in hungry-harry lib.
Diffstat (limited to 'planet2/config')
-rw-r--r-- | planet2/config/stream-config.xml | 2 | ||||
-rw-r--r-- | planet2/config/stream-template.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/planet2/config/stream-config.xml b/planet2/config/stream-config.xml index 4307451..1e4839c 100644 --- a/planet2/config/stream-config.xml +++ b/planet2/config/stream-config.xml @@ -4,7 +4,7 @@ <planet title="JogAmp Streams" description="JogAmp Aggregated Feeds" author="Hungry Harry" - maxEntries="8" + maxEntries="16" link="http://jogamp.org/stream/"> <feed>atom_0.3</feed> <feed>rss_2.0</feed> diff --git a/planet2/config/stream-template.html b/planet2/config/stream-template.html index b273f81..33df630 100644 --- a/planet2/config/stream-template.html +++ b/planet2/config/stream-template.html @@ -47,7 +47,7 @@ </td> <td align="left" valign="center"> <b>${entry.title}</b><br> - ${entry.description} + ${entry.filteredDescription} </td> </tr> </table> |