Skip to content

Commit 8b12823

Browse files
committed
fix html tags
1 parent 814d275 commit 8b12823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/refactor.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function contextdescription(old, mod, context)
195195
gotouri = urigoto(mod, old)
196196
"""
197197
`$old` isn't found in local bindings in the current context:
198-
<details><summary>Context:</summary><pre><code>$(strip(context))</code></p></details>
198+
<details><summary>Context:</summary><pre><code>$(strip(context))</code></pre></details>
199199
200200
If you want a global rename refactoring on `$mod.$old`, you need to run this command
201201
from its definition. <button>[Go to `$mod.$old`]($gotouri)</button>
@@ -242,6 +242,6 @@ function errdescription(oldword, newword, err)
242242
"""
243243
Rename refactoring `$oldword` ⟹ `$newword` failed.
244244
245-
<details><summary>Error:</summary><pre><code>$(errmsg(err))</code></p></details>
245+
<details><summary>Error:</summary><pre><code>$(errmsg(err))</code></pre></details>
246246
"""
247247
end

0 commit comments

Comments
 (0)