Original PR: https://github.com/dehydrated-io/dehydrated/pull/97 Author: @ymc-dabe Created: 1/21/2016 Status: ✅ Merged Merged: 1/22/2016 Merged by: @lukas2511
Base: master ← Head: feature/fix_syntax_highlighting
master
feature/fix_syntax_highlighting
f0323fa
1 file changed (+1 additions, -1 deletions)
📝 letsencrypt.sh (+1 -1)
letsencrypt.sh
The pattern
VAR="$(cmd '"')"
breaks syntax highlighting in some editors (e.g. gedit or jedit) due to the tripple double quotes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/97
Author: @ymc-dabe
Created: 1/21/2016
Status: ✅ Merged
Merged: 1/22/2016
Merged by: @lukas2511
Base:
master← Head:feature/fix_syntax_highlighting📝 Commits (1)
f0323faFix possibly broken syntax highlighting📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
letsencrypt.sh(+1 -1)📄 Description
The pattern
breaks syntax highlighting in some editors (e.g. gedit or jedit) due to
the tripple double quotes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.