Skip to content

Commit

Permalink
fix closing divs
Browse files Browse the repository at this point in the history
  • Loading branch information
kroky committed Sep 2, 2024
1 parent d17efb3 commit 4e3b27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/pgp/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ protected function output() {
}
$res .= '</select>';
}
$res .= '</di></di></di></di>';
$res .= '</div></div></div></div>';
return $res;
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/smtp/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ protected function output() {
return '<form enctype="multipart/form-data" class="compose_attach_form">'.
'<input class="compose_attach_file" type="file" name="compose_attach_file" />'.
'<input type="hidden" name="compose_attach_page_id" value="ajax_smtp_attach_file" />'.
'</form></div>';
'</form>';
}
}

Expand Down

0 comments on commit 4e3b27e

Please sign in to comment.