OPML template: Use 'for' in author.

This commit is contained in:
John MacFarlane 2013-06-22 11:41:51 -07:00
parent 64544dea58
commit 66837d1727

View file

@ -3,7 +3,7 @@
<head>
<title>$title$</title>
<dateModified>$date$</dateModified>
<ownerName>$author$</ownerName>
<ownerName>$for(author)$$author$$sep$; $endfor$</ownerName>
</head>
<body>
$body$