OPML template: Use 'for' in author.
This commit is contained in:
parent
64544dea58
commit
66837d1727
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>$title$</title>
|
||||
<dateModified>$date$</dateModified>
|
||||
<ownerName>$author$</ownerName>
|
||||
<ownerName>$for(author)$$author$$sep$; $endfor$</ownerName>
|
||||
</head>
|
||||
<body>
|
||||
$body$
|
||||
|
|
Loading…
Reference in a new issue