geoffreylgv commented on code in PR #189: URL: https://github.com/apache/openmeetings/pull/189#discussion_r1197396627
########## openmeetings-service/src/main/java/org/apache/openmeetings/service/mail/template/FeedbackTemplate.html: ########## @@ -20,12 +20,23 @@ --> <!DOCTYPE html> <html xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-9.xsd"> -<wicket:extend> - <strong><span wicket:id="appname"></span> - Feedback</strong><br /> - Message from User: <span wicket:id="username"></span><br/> - Mail: <span wicket:id="email"></span><br/> - Message: <span wicket:id="message"></span><br/><br/> - <strong>Click on this link to participate in the Meeting:</strong><br/> - <a wicket:id="invitation_link">Click here to enter room</a><br/> -</wicket:extend> +<div class="main"> Review Comment: Hi, Ok, I'll move it to `AbstractTemplatePage.html` to do not repeat my self :) And yes, we can have one of them, I will fix the style and remove one `<div></div>`. -- 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