Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed $email to $infoURL in $rpUIContext.InformationURL

...

Code Block
languagexml
titleExample
#set ($infoURL=$rpUIContext.informationURL)
#if ($infoURL) 
  Information about this service can be found <a href="$encoder.encodeForHTMLAttribute($email$infoURL)"/>here</a>
#end

Parameters

...