Skip to content

Commit bd8cd20

Browse files
committed
avaoid but when reparsing html
1 parent 41c11fc commit bd8cd20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

encryptcontent/decrypt-form.tpl.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<h1>{{ summary }}</h1>
55
{% if encryption_info_message %}<p>{{ encryption_info_message }}</p>{% endif %}
66
{%- if obfuscate %}
7-
<input type="hidden" id="mkdocs-content-password" value="{{ obfuscate_password }}" />
7+
<input type="hidden" id="mkdocs-content-password" value="{{ obfuscate_password }}">
88
{%- else %}
99
{%- if uname %}
10-
<input{% if input_class %} class="{{ input_class }}"{% endif %} type="text" id="mkdocs-content-user" placeholder="{{ placeholder_user }}" />
10+
<input{% if input_class %} class="{{ input_class }}"{% endif %} type="text" id="mkdocs-content-user" placeholder="{{ placeholder_user }}">
1111
{%- endif %}
12-
<input{% if input_class %} class="{{ input_class }}"{% endif %} type="password" id="mkdocs-content-password" placeholder="{{ placeholder }}" />
12+
<input{% if input_class %} class="{{ input_class }}"{% endif %} type="password" id="mkdocs-content-password" placeholder="{{ placeholder }}">
1313
{%- endif %}
1414
{% if password_button %}<button{% if button_class %} class="{{ button_class }}"{% endif %} id="mkdocs-decrypt-button">{{ password_button_text }}</button>{% endif %}
1515
<p id="mkdocs-decrypt-msg"></p>

0 commit comments

Comments
 (0)