Escape > in html

This commit is contained in:
René Pfeuffer
2020-05-19 09:54:05 +02:00
parent cd67602661
commit 3a92aae21c
2 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ class CloneInformation extends React.Component<Props> {
cd {repository.name}
<br />
echo "# {repository.name}
" > README.md
" &gt; README.md
<br />
git add README.md
<br />

View File

@@ -50,13 +50,13 @@ class ProtocolInformation extends React.Component<Props> {
<br />
cd {repository.name}
<br />
echo "[paths]" > .hg/hgrc
echo "[paths]" &gt; .hg/hgrc
<br />
echo "default = {href}
" > .hg/hgrc
" &gt; .hg/hgrc
<br />
echo "# {repository.name}
" > README.md
" &gt; README.md
<br />
hg add README.md
<br />