diff options
author | francis <francis> | 2008-02-28 15:01:22 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-28 15:01:22 +0000 |
commit | 36a09d3d5ce7accdac586e076fbec211a1e0e24d (patch) | |
tree | 0e8d86350c3c00f9428c71ce75ac4b714c63148a | |
parent | 0ec8e6d9aeb16eb7c75ed6db08653d24945eecdb (diff) |
Reduce excerpt on isdebar
-rw-r--r-- | app/views/request/_sidebar_request_listing.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_sidebar_request_listing.rhtml b/app/views/request/_sidebar_request_listing.rhtml index b18075549..3da0b4972 100644 --- a/app/views/request/_sidebar_request_listing.rhtml +++ b/app/views/request/_sidebar_request_listing.rhtml @@ -3,7 +3,7 @@ <%= request_link(info_request) %> <br> - <%=h excerpt(info_request.initial_request_text, "", 300) %> + <%=h excerpt(info_request.initial_request_text, "", 100) %> <br> <span class="request_listing_bottomline"> |