docs: add escape() for pubkey

This commit is contained in:
kb-light 2016-11-25 01:04:17 +01:00
parent 20fc162b38
commit 5329c4f50b
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -26,7 +26,7 @@ msgstr ""
"<div class=\"the-key\">" "<div class=\"the-key\">"
" # <%= escape(hostname) %>" " # <%= escape(hostname) %>"
" <br/>" " <br/>"
"<%= pubkey %>" "<%= escape(pubkey) %>"
"</div>" "</div>"

View File

@ -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"