solomax commented on code in PR #189: URL: https://github.com/apache/openmeetings/pull/189#discussion_r1201630809
########## openmeetings-service/src/main/java/org/apache/openmeetings/service/mail/template/ResetPasswordTemplate.html: ########## @@ -19,11 +19,33 @@ --> <!DOCTYPE html> <html xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-9.xsd"> + +<head> Review Comment: This `<head>...</head>` should be dropped :) ########## openmeetings-service/src/main/java/org/apache/openmeetings/service/mail/template/InvitationTemplate.html: ########## @@ -16,20 +16,37 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> <!DOCTYPE html> <html xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-9.xsd"> + +<head> Review Comment: This `<head>...</head>` should be dropped :) ########## openmeetings-service/src/main/java/org/apache/openmeetings/service/mail/template/RegisterUserTemplate.html: ########## @@ -19,21 +19,37 @@ --> <!DOCTYPE html> <html xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-9.xsd"> + +<head> Review Comment: This `<head>...</head>` should be dropped :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openmeetings.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org