Changeset 868
- Timestamp:
- 04/08/08 03:15:32 (8 months ago)
- Files:
-
- trunk/lib/jelix/core/response/jResponseHtml.class.php (modified) (3 diffs)
- trunk/lib/jelix/core/response/jResponseHtml.class.php (modified) (3 diffs)
- trunk/lib/jelix/core/response/jResponseHtml.class.php (modified) (3 diffs)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jelix/core/response/jResponseHtml.class.php
r815 r868 5 5 * @author Laurent Jouanneau 6 6 * @contributor Yann (description and keywords), Dominique Papin 7 * @contributor Warren Seine 7 8 * @copyright 2005-2008 Laurent Jouanneau, 2006 Yann, 2007 Dominique Papin 9 * @copyright 2008 Warren Seine 8 10 * few lines of code are copyrighted CopixTeam http://www.copix.org 9 11 * @link http://www.jelix.org … … 454 456 $more .= $param_name.'="'. htmlspecialchars($param_value).'" '; 455 457 } 456 echo '<script type="text/javascript" src="',$src,'" ',$more,'></script>' ;458 echo '<script type="text/javascript" src="',$src,'" ',$more,'></script>',"\n"; 457 459 } 458 460 if(count($this->_JSIELink)){ … … 464 466 $more .= $param_name.'="'. htmlspecialchars($param_value).'" '; 465 467 } 466 echo '<script type="text/javascript" src="',$src,'" ',$more,'></script>' ;468 echo '<script type="text/javascript" src="',$src,'" ',$more,'></script>',"\n"; 467 469 } 468 470 echo '<![endif]-->'; trunk/lib/jelix/core/response/jResponseHtml.class.php
r815 r868 5 5 * @author Laurent Jouanneau 6 6 * @contributor Yann (description and keywords), Dominique Papin 7 * @contributor Warren Seine 7 8 * @copyright 2005-2008 Laurent Jouanneau, 2006 Yann, 2007 Dominique Papin 9 * @copyright 2008 Warren Seine 8 10 * few lines of code are copyrighted CopixTeam http://www.copix.org 9 11 * @link http://www.jelix.org … … 454 456 $more .= $param_name.'="'. htmlspecialchars($param_value).'" '; 455 457 } 456 echo '<script type="text/javascript" src="',$src,'" ',$more,'></script>' ;458 echo '<script type="text/javascript" src="',$src,'" ',$more,'></script>',"\n"; 457 459 } 458 460 if(count($this->_JSIELink)){ … … 464 466 $more .= $param_name.'="'. htmlspecialchars($param_value).'" '; 465 467 } 466 echo '<script type="text/javascript" src="',$src,'" ',$more,'></script>' ;468 echo '<script type="text/javascript" src="',$src,'" ',$more,'></script>',"\n"; 467 469 } 468 470 echo '<![endif]-->'; trunk/lib/jelix/core/response/jResponseHtml.class.php
r815 r868 5 5 * @author Laurent Jouanneau 6 6 * @contributor Yann (description and keywords), Dominique Papin 7 * @contributor Warren Seine 7 8 * @copyright 2005-2008 Laurent Jouanneau, 2006 Yann, 2007 Dominique Papin 9 * @copyright 2008 Warren Seine 8 10 * few lines of code are copyrighted CopixTeam http://www.copix.org 9 11 * @link http://www.jelix.org … … 454 456 $more .= $param_name.'="'. htmlspecialchars($param_value).'" '; 455 457 } 456 echo '<script type="text/javascript" src="',$src,'" ',$more,'></script>' ;458 echo '<script type="text/javascript" src="',$src,'" ',$more,'></script>',"\n"; 457 459 } 458 460 if(count($this->_JSIELink)){ … … 464 466 $more .= $param_name.'="'. htmlspecialchars($param_value).'" '; 465 467 } 466 echo '<script type="text/javascript" src="',$src,'" ',$more,'></script>' ;468 echo '<script type="text/javascript" src="',$src,'" ',$more,'></script>',"\n"; 467 469 } 468 470 echo '<![endif]-->'; trunk/lib/jelix/CREDITS
r861 r868 132 132 - plugin tpl cycle (#149) 133 133 134 Warren Seine (aka SooW) 135 - <script /> tags don't end with a newline (#536) 136 134 137 Christian Tritten 135 138 - improvements on pagelinks plugin (#340) trunk/lib/jelix/CREDITS
r861 r868 132 132 - plugin tpl cycle (#149) 133 133 134 Warren Seine (aka SooW) 135 - <script /> tags don't end with a newline (#536) 136 134 137 Christian Tritten 135 138 - improvements on pagelinks plugin (#340) trunk/lib/jelix/CREDITS
r861 r868 132 132 - plugin tpl cycle (#149) 133 133 134 Warren Seine (aka SooW) 135 - <script /> tags don't end with a newline (#536) 136 134 137 Christian Tritten 135 138 - improvements on pagelinks plugin (#340)
