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>
|
<head>
|
||||||
<title>$title$</title>
|
<title>$title$</title>
|
||||||
<dateModified>$date$</dateModified>
|
<dateModified>$date$</dateModified>
|
||||||
<ownerName>$author$</ownerName>
|
<ownerName>$for(author)$$author$$sep$; $endfor$</ownerName>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
$body$
|
$body$
|
||||||
|
|
Loading…
Add table
Reference in a new issue