docs: add escape() for pubkey
This commit is contained in:
parent
20fc162b38
commit
5329c4f50b
@ -28,7 +28,7 @@ msgstr ""
|
|||||||
"<div class=\"the-key\">"
|
"<div class=\"the-key\">"
|
||||||
" # <%= escape(hostname) %>"
|
" # <%= escape(hostname) %>"
|
||||||
" <br/>"
|
" <br/>"
|
||||||
"<%= pubkey %>"
|
"<%= escape(pubkey) %>"
|
||||||
"</div>"
|
"</div>"
|
||||||
|
|
||||||
msgid "gluon-config-mode:reboot"
|
msgid "gluon-config-mode:reboot"
|
||||||
|
@ -26,7 +26,7 @@ msgstr ""
|
|||||||
"<div class=\"the-key\">"
|
"<div class=\"the-key\">"
|
||||||
" # <%= escape(hostname) %>"
|
" # <%= escape(hostname) %>"
|
||||||
" <br/>"
|
" <br/>"
|
||||||
"<%= pubkey %>"
|
"<%= escape(pubkey) %>"
|
||||||
"</div>"
|
"</div>"
|
||||||
|
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ msgstr ""
|
|||||||
"<div class=\"the-key\">"
|
"<div class=\"the-key\">"
|
||||||
" # <%= escape(hostname) %>"
|
" # <%= escape(hostname) %>"
|
||||||
" <br/>"
|
" <br/>"
|
||||||
"<%= pubkey %>"
|
"<%= escape(pubkey) %>"
|
||||||
"</div>"
|
"</div>"
|
||||||
|
|
||||||
msgid "gluon-config-mode:reboot"
|
msgid "gluon-config-mode:reboot"
|
||||||
|
Loading…
Reference in New Issue
Block a user