i have a template with "<%= @fqdn %>" in it, as well as <%@ @ipaddress %>. the tag without the quotes works fine, but the tag with the quotes prints <%= @fqdn %> instead of the actual fqdn.
are quotes allowed or do they need to be escaped?
↧