Skip to content

Commit

Permalink
fix html tags
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Dec 14, 2019
1 parent 8fd2afd commit 84be229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/refactor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function contextdescription(old, mod, context)
gotouri = urigoto(mod, old)
"""
`$old` isn't found in local bindings in the current context:
<details><summary>Context:</summary><pre><code>$(strip(context))</code></p></details>
<details><summary>Context:</summary><pre><code>$(strip(context))</code></pre></details>
If you want a global rename refactoring on `$mod.$old`, you need to run this command
from its definition. <button>[Go to `$mod.$old`]($gotouri)</button>
Expand Down Expand Up @@ -242,6 +242,6 @@ function errdescription(oldword, newword, err)
"""
Rename refactoring `$oldword` ⟹ `$newword` failed.
<details><summary>Error:</summary><pre><code>$(errmsg(err))</code></p></details>
<details><summary>Error:</summary><pre><code>$(errmsg(err))</code></pre></details>
"""
end

0 comments on commit 84be229

Please sign in to comment.