logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

roller/src/org/roller/presentation/weblog/actions TrackbackAction.java,1.4,: msg#00021

Subject: roller/src/org/roller/presentation/weblog/actions TrackbackAction.java,1.4,1.5
Update of /cvsroot/roller/roller/src/org/roller/presentation/weblog/actions
In directory 
sc8-pr-cvs1:/tmp/cvs-serv656/src/org/roller/presentation/weblog/actions

Modified Files:
        TrackbackAction.java 
Log Message:
Fixed compile bug

Index: TrackbackAction.java
===================================================================
RCS file: 
/cvsroot/roller/roller/src/org/roller/presentation/weblog/actions/TrackbackAction.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TrackbackAction.java        25 May 2003 13:11:07 -0000      1.4
--- TrackbackAction.java        4 Jun 2003 12:09:28 -0000       1.5
***************
*** 14,17 ****
--- 14,18 ----
  import org.roller.presentation.RollerRequest;
  import org.roller.presentation.weblog.formbeans.TrackbackForm;
+ import org.roller.util.Utilities;
  
  import java.io.BufferedReader;
***************
*** 70,74 ****
                                                
                  String title = entry.getTitle();
!                 String excerpt = entry.getDescription(255);
                  String url = rctx.createEntryPermalink(entry,req,true);
                  String blog_name = entry.getWebsite().getName();
--- 71,75 ----
                                                
                  String title = entry.getTitle();
!                 String excerpt = Utilities.removeHTML(entry.getText(255));
                  String url = rctx.createEntryPermalink(entry,req,true);
                  String blog_name = entry.getWebsite().getName();




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.


<Prev in Thread] Current Thread [Next in Thread>