Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !2914

<!doctype html> -> <!DOCTYPE html>

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/Hurtak/patch-1 into master 7 years ago
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: Hurtak

Changed

<!doctype html>

to

<!DOCTYPE html>

According to the spec it should be uppercase (but parsing is case insensitive).

Spec link (see then 8.1.1 The DOCTYPE chapter): https://www.w3.org/TR/html5/syntax.html#the-doctype

Activity

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
  1. 07 Aug, 2017 1 commit
    • Petr Huřťák's avatar
      <!doctype html> -> <!DOCTYPE html> · a410f61f
      Petr Huřťák authored 7 years ago
      Changed
      
      `<!doctype html>`
      
      to
      
      `<!DOCTYPE html>`
      
      According to the spec it should be uppercase (but parsing is case insensitive)
      a410f61f
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
1
meta
1
meta
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: twbs/bootstrap!24071
Source branch: github/fork/Hurtak/patch-1

Menu

Explore Projects Groups Snippets