Update of /cvsroot/nutch/nutch/src/web/jsp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13358

Modified Files:
        more.jsp 
Log Message:
Change hardwired color to span.


Index: more.jsp
===================================================================
RCS file: /cvsroot/nutch/nutch/src/web/jsp/more.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** more.jsp    7 Oct 2004 04:24:53 -0000       1.2
--- more.jsp    1 Nov 2004 20:24:42 -0000       1.3
***************
*** 15,19 ****
        contentType = primaryType;
      if (contentType != null) {
!       contentType = "[<font color=#0000ff>" + contentType + "</font>]";
        showMore = true;
      } else {
--- 15,19 ----
        contentType = primaryType;
      if (contentType != null) {
!       contentType = "[<span class=\"contentType\">" + contentType + "</span>]";
        showMore = true;
      } else {



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Nutch-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to