Ignore:
Timestamp:
Nov 6, 2010, 12:43:16 PM (13 years ago)
Author:
LucMorizur
Message:

Replace all " />" by ">" (see topic:16569 in english forum)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/include/evntcats_main_funcs.inc.php

    r7311 r7663  
    8989 * returns a string easing array var informations displaying in Piwigo :
    9090 *   _ the string return value starts with"<p style = "text-align:left;">" ;
    91  *   _ all "TAB" characters (chr(10)) are replaced by "<br />" ;
     91 *   _ all "TAB" characters (chr(10)) are replaced by "<br>" ;
    9292 *   _ all spaces are replaced by "&nbsp;".
    9393 *
     
    101101   '<p style = "text-align:left;">'.
    102102   str_replace(
    103     chr(10),'<br />',
     103    chr(10),'<br>',
    104104    str_replace(' ','&nbsp;', print_r /* var_dump */ ($var,true))
    105105   ).
Note: See TracChangeset for help on using the changeset viewer.