diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/commentsthread.html | 2 |
1 files changed, 1 insertions, 1 deletions
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: "!", "!" }}</textarea> <input type=hidden name=commentid value="{{ thisid | replace: '"', '"' }}"/> - <iframe id=editstatus{{ uid }} >{{ nepodpiraiframe }}</iframe> + <iframe name=editstatus{{ uid }} >{{ nepodpiraiframe }}</iframe> </form> </div> </small> |