Fix quoting after conversion from quoted string to heredoc.
Noticed by: matthew
This commit is contained in:
parent
1cff1db63d
commit
6dfff8cf65
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42800
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ Unless you are already listed there, you should now add the following
|
|||
text to pgpkeys-developers.xml. Remember to keep the list sorted by
|
||||
last name!
|
||||
|
||||
<sect2 id=\"pgpkey-${me}\">
|
||||
<sect2 id="pgpkey-${me}">
|
||||
<title>&a.${me}.email;</title>
|
||||
&pgpkey.${me};
|
||||
</sect2>
|
||||
|
@ -155,6 +155,6 @@ If this is a new entry, don't forget to run the following commands
|
|||
before committing:
|
||||
|
||||
% svn add ${keyfile}
|
||||
% svn propset svn:keywords \"FreeBSD=%H\" ${keyfile}
|
||||
% svn propset svn:keywords FreeBSD=%H ${keyfile}
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue