Commit f2b5efbb12600f481d6b4cfe888ca9bdafa999aa
1 parent
d9c46ca5
Exists in
master
and in
1 other branch
Exibir código fonte da página avaliada.
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/avaliacao/avaliar.jsp
... | ... | @@ -211,7 +211,14 @@ |
211 | 211 | |
212 | 212 | </fieldset> |
213 | 213 | </form> |
214 | - | |
214 | + <br> | |
215 | + <hr class="hr_linhaDupla"> | |
216 | + | |
217 | + <h2 class="outstanding-title">Código Avaliado</h2> | |
218 | + | |
219 | + <pre> | |
220 | + <code id="codigoFonte">${html}</code> | |
221 | + </pre> | |
215 | 222 | </div> |
216 | 223 | |
217 | 224 | </jsp:body> | ... | ... |