summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_includes/commentreplyform.html2
-rw-r--r--_includes/commentsthread.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/_includes/commentreplyform.html b/_includes/commentreplyform.html
index 1a7a695..ec77742 100644
--- a/_includes/commentreplyform.html
+++ b/_includes/commentreplyform.html
@@ -13,6 +13,6 @@
{% endcomment %}
<input type=hidden name=parent value="{{ argv[0] | replace: '"', "&quot;" }}" />
<input type=hidden name=is-submitter-human value=true />
- <iframe id=comstatus{{ argv[1] }}>{{ site.data.lang.basic.nepodpiraiframe }}</iframe>
+ <iframe name=comstatus{{ argv[1] }}>{{ site.data.lang.basic.nepodpiraiframe }}</iframe>
</form>
{% endcapture %}
diff --git a/_includes/commentsthread.html b/_includes/commentsthread.html
index ed07984..62bdf7f 100644
--- a/_includes/commentsthread.html
+++ b/_includes/commentsthread.html
@@ -53,7 +53,7 @@ Komentar lahko uredi samo tisti, ki ga je napisal. Komentar uredite v brskalniku
<input type=submit value=Uredi! />
<textarea placeholder="{{ taplaceholder }}{{ editnotice }}" name=message >{{ safemsg | replace: "&#33;", "!" }}</textarea>
<input type=hidden name=commentid value="{{ thisid | replace: '"', '&quot;' }}"/>
- <iframe id=editstatus{{ uid }} >{{ nepodpiraiframe }}</iframe>
+ <iframe name=editstatus{{ uid }} >{{ nepodpiraiframe }}</iframe>
</form>
</div>
</small>