Last active
December 15, 2015 15:49
-
-
Save mucar/5284885 to your computer and use it in GitHub Desktop.
RSA8.5 DOCTYPE declaration bug (DOCTYPE declaration must be upper than pagecode declaration, otherwise IE8 couldn't show page properly)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<!-- jsf:pagecode language="java" location="/src/pagecode/Test.java" --> | |
<!-- /jsf:pagecode --> | |
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml" | |
xmlns:ui="http://java.sun.com/jsf/facelets" | |
xmlns:f="http://java.sun.com/jsf/core" | |
xmlns:h="http://java.sun.com/jsf/html"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment