mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
replacing all single quotes with double quotes
Until now it was a big mess with some strings using single quotes and some others double quotes We were using way more double quotes, so I chose to use them globally
This commit is contained in:
@@ -4,7 +4,7 @@ html
|
||||
title= title
|
||||
link(rel="icon", sizes="16x16", type="image/png", href="/favicon.png")
|
||||
link(href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css", rel="stylesheet")
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
link(rel="stylesheet", href="/stylesheets/style.css")
|
||||
meta(name="description", content="A Minecraft avatar service with UUID support")
|
||||
meta(name="keywords", content="minecraft, avatar, uuid")
|
||||
meta(name="viewport", content="initial-scale=1,maximum-scale=1")
|
||||
|
||||
Reference in New Issue
Block a user