EE 1.7.1 build 20110520
I have 2 weblogs, both of which have “Automatically turn URLs into links” set to off.
There is a custom relationship field connecting entries from the two weblogs.
Whenever I use this code, the output is made into an HTML link:
{exp:weblog:entries weblog="AAAA" limit="1"}
{reverse_related_entries weblog="BBBB" limit="1"}
{plain_text_input_field_containing_a_url}
{/reverse_related_entries}
{/exp:weblog:entries}Did I encounter a proper bug, or am I missing the obvious somewhere?