Sure, keep in mind this is HTML source we’re editing, so you’d add either a <BR>
or <P>
tag to break a line or paragraph
The Windows Patching site is at version <?Relevance version of bes site whose (name of it = "Enterprise Security")?> <BR>
The Updates for Windows Applications site is at version <?Relevance version of bes site whose (name of it = "Updates for Windows Applications")?> <BR>
If you want to get even better, you can use Relevance to build the rows of a table. On my phone now, can’t test this, but something like
Site Versions<P>
<table border="all">
<thead>
<tr><th>SiteName</th><th>Version</th></tr>
</thead>
<tbody>
<?relevance concatenation of trs of (td of name of it & td of (version of it as string)) of BES sites ?>
</tbody>
</Table>