logo       
Google Custom Search
    AddThis Social Bookmark Button

Related Msgs: audio.musicbrai...    enbd.general/20...    ietf.idr/2002-0...    java.ant-contri...    gnu.make.genera...    qplus.devel/200...    video.freevo.cv...    os.netbsd.ports...    yellowdog.gener...    xfree86.cvs/200...    search.nutch.us...    freedesktop.xse...    programming.swi...    capabilities.ge...    telephony.pbx.a...    mail.sylpheed.c...    db.firebase.por...    boot-loaders.u-...    recreation.radi...    netbsd.bugs/200...    web.zope.plone....    user-groups.lin...   

mantisbt view_all_inc.php,1.149,1.150: msg#00086

Subject: mantisbt view_all_inc.php,1.149,1.150
Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv679

Modified Files:
        view_all_inc.php 
Log Message:
fix for 0004997: HTML special characters in Summary field incorrectly displayed 
in My View
  pass summary through string_attribute only, not string_display_links


Index: view_all_inc.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/view_all_inc.php,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- view_all_inc.php    17 Dec 2004 02:42:08 -0000      1.149
+++ view_all_inc.php    18 Dec 2004 01:44:26 -0000      1.150
@@ -195,7 +195,7 @@
        
                        extract( $p_rows[$i], EXTR_PREFIX_ALL, 'v' );
        
-                       $v_summary = string_display_links( $v_summary );
+                       $t_summary = string_attribute( $v_summary );
                        $t_last_updated = date( config_get( 'short_date_format' 
), $v_last_updated );
        
                        # choose color based on status
@@ -351,7 +351,7 @@
                <td class="left"> <?php 
                        # -- Summary --
        
-                       echo string_attribute( $v_summary );
+                       echo $t_summary;
                        if ( VS_PRIVATE == $v_view_state ) {
                                printf( ' <img src="%s" alt="(%s)" title="%s" 
/>'
                                        , $t_icon_path . 'protected.gif'



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>