Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F first-contributions
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 322
    • Merge requests 322
  • 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
  • First Contributions
  • first-contributions
  • Merge requests
  • !4636
An error occurred while fetching the assigned milestone of the selected merge_request.

Seperate html onto seperate lines

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/A1fus/fix-html into gh-pages 7 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: A1fus

The html here is shoved onto a single line. In this PR I've separated the code out onto individual lines to improve readability for anyone coming onto the project. I looked through the documentation and couldn't see anywhere this was referenced.

Compare
  • gh-pages (base)

and
  • latest version
    16df4828
    1 commit, 2 years ago

1 file
+ 17
- 1

    Preferences

    File browser
    Compare changes
index.html
+ 17
- 1
  • View file @ 16df4828

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="/first-contributions/favicon.ico"><link rel="manifest" href="/first-contributions/manifest.json"><title>First Contributions</title><link href="/first-contributions/static/css/main.18b9670e.css" rel="stylesheet"></head><body><div id="root"></div><script>"serviceWorker"in navigator&&navigator.serviceWorker.register("service-worker.js").catch(function(e){console.warn(e),console.warn("(This warning can be safely ignored outside of the production build.)")})</script><script async src="https://www.googletagmanager.com/gtag/js?id=UA-116301918-1"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","UA-116301918-1")</script><script type="text/javascript" src="/first-contributions/static/js/main.652e3600.js"></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" href="/first-contributions/favicon.ico">
<link rel="manifest" href="/first-contributions/manifest.json">
<title>First Contributions</title>
<link href="/first-contributions/static/css/main.18b9670e.css" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script>"serviceWorker"in navigator&&navigator.serviceWorker.register("service-worker.js").catch(function(e){console.warn(e),console.warn("(This warning can be safely ignored outside of the production build.)")})</script><script async src="https://www.googletagmanager.com/gtag/js?id=UA-116301918-1"></script>
<script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","UA-116301918-1")</script><script type="text/javascript" src="/first-contributions/static/js/main.652e3600.js"></script>
</body>
</html>
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    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:
Source branch: github/fork/A1fus/fix-html

Menu

Explore Projects Groups Snippets