Changeset 14018


Ignore:
Timestamp:
02/18/12 03:29:11 (15 months ago)
Author:
GeorgeClark
Message:

Item11512: PerlDoc breaks on badly formed html

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/BuildContrib/lib/Foswiki/Contrib/Build.pm

    r13487 r14018  
    10411041 
    10421042---++++ target_test 
    1043 Basic CPAN:Test::Unit test target, runs <project>Suite. 
     1043Basic CPAN:Test::Unit test target, runs &lt;project>Suite. 
    10441044 
    10451045=cut 
  • trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/TML2HTML.pm

    r13293 r14018  
    7777Convert a block of TML text into HTML. 
    7878Options: 
    79    * getViewUrl is a reference to a method:<br> 
     79   * getViewUrl is a reference to a method:<br/> 
    8080     getViewUrl($web,$topic) -> $url (where $topic may include an anchor) 
    81    * expandVarsInURL is a reference to a static method:<br> 
    82      expandVarsInURL($url, \%options) -> $url<br> 
     81   * expandVarsInURL is a reference to a static method:<br/> 
     82     expandVarsInURL($url, \%options) -> $url<br/> 
    8383     that expands selected variables in URLs so that, for example, 
    8484     <img> tags appear as pictures in the wysiwyg editor. 
    8585   * xmltag is a reference to a hash. The keys are names of XML-like 
    8686     tags. The values are references to a function to determine if the 
    87      content of the tag must be protected:<br> 
    88      fn($markup) -> $bool<br> 
     87     content of the tag must be protected:<br/> 
     88     fn($markup) -> $bool<br/> 
    8989     The $markup appears between the <tag></tag> delimiters. 
    9090     The functions may modify the markup. 
  • trunk/core/lib/Foswiki.pm

    r14005 r14018  
    25212521as <strong class=html>&amp;amp;</strong>. If an attribute value contains a 
    25222522double quotation mark and is delimited by double quotation marks, then the 
    2523 quote should be escaped as <strong class=html>&amp;quot;</strong>.</p> 
     2523quote should be escaped as <strong class=html>&amp;quot;</strong>. 
    25242524 
    25252525Other entities exist for special characters that cannot easily be entered 
  • trunk/core/lib/Foswiki/Func.pm

    r14004 r14018  
    26122612     precede the content 
    26132613 
    2614 All macros present in =$data= will be expanded before being inserted into the =<head>= section. 
     2614All macros present in =$data= will be expanded before being inserted into the =&lt;head>= section. 
    26152615 
    26162616<blockquote class="foswikiHelp">%X% 
     
    35693569---+++ addToHEAD( $id, $data, $requires ) 
    35703570 
    3571 Adds =$data= to the HTML header (the <head> tag). 
     3571Adds =$data= to the HTML header (the &lt;head> tag). 
    35723572 
    35733573*Deprecated* 26 Mar 2010 - use =addZoZone('head', ...)=. 
Note: See TracChangeset for help on using the changeset viewer.