[hackers] [swerc] don't set border on img, text-encoding before <title> || Hiltjo Posthuma
commit f452c18e02cec0e25fbacad3f275d78b5a22ab4e
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Tue Nov 21 20:12:49 2017 +0100
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Tue Nov 21 20:12:49 2017 +0100
don't set border on img, text-encoding before <title>
diff --git a/tpl/master.tpl b/tpl/master.tpl
index b2eab3a..b5d0eb5 100644
--- a/tpl/master.tpl
+++ b/tpl/master.tpl
_AT_@ -1,13 +1,13 @@
<!doctype html>
<html>
<head>
+ <meta charset="utf-8">
<title>%($pageTitle%)</title>
<link rel="stylesheet" type="text/css" href="/pub/style.css">
- <meta charset="utf-8">
</head>
<body>
<div id="header">
- <a href="/"><img src="//suckless.org/logo.png" width="23" height="15" /></a>
+ <a href="/"><img src="//suckless.org/logo.png" width="23" height="15" border="0" /></a>
<a id="headerLink" href="/">%($"siteTitle%)</a> <span id="headerSubtitle">%($"siteSubtitle%)</span>
</div>
Received on Tue Nov 21 2017 - 20:13:11 CET
This archive was generated by hypermail 2.3.0
: Tue Nov 21 2017 - 20:24:25 CET