[hackers] [swerc] don't set border on img, text-encoding before || Hiltjo Posthuma</span></a></span> </h1> <p class="darkgray font13"> <span class="sender pipe"><a href="/search?l=hackers@suckless.org&q=from:%22git%22" rel="nofollow"><span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">git</span></span></a></span> <span class="date"><a href="/search?l=hackers@suckless.org&q=date:20171121" rel="nofollow">Tue, 21 Nov 2017 11:13:43 -0800</a></span> </p> </div> <div itemprop="articleBody" class="msgBody"> <!--X-Body-of-Message--> <pre>commit f452c18e02cec0e25fbacad3f275d78b5a22ab4e Author: Hiltjo Posthuma <hil...@codemadness.org> AuthorDate: Tue Nov 21 20:12:49 2017 +0100 Commit: Hiltjo Posthuma <hil...@codemadness.org> CommitDate: Tue Nov 21 20:12:49 2017 +0100</pre><pre> 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 @@ -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> </pre> </div> <div class="msgButtons margintopdouble"> <ul class="overflow"> <li class="msgButtonItems"><a class="button buttonleft " accesskey="p" href="msg07934.html">Previous message</a></li> <li class="msgButtonItems textaligncenter"><a class="button" accesskey="c" href="index.html#07936">View by thread</a></li> <li class="msgButtonItems textaligncenter"><a class="button" accesskey="i" href="maillist.html#07936">View by date</a></li> <li class="msgButtonItems textalignright"><a class="button buttonright " accesskey="n" href="msg07944.html">Next message</a></li> </ul> </div> <a name="tslice"></a> <div class="tSliceList margintopdouble"> <ul class="icons monospace"> </ul> </div> <div class="overflow msgActions margintopdouble"> <div class="msgReply" > <h2> Reply via email to </h2> <form method="POST" action="/mailto.php"> <input type="hidden" name="subject" value="[hackers] [swerc] don't set border on img, text-encoding before <title> || Hiltjo Posthuma"> <input type="hidden" name="msgid" value="20171121191311.DFE011235F5@suckless.org"> <input type="hidden" name="relpath" value="hackers@suckless.org/msg07936.html"> <input type="submit" value=" git "> </form> </div> </div> </div> <div class="aside" role="complementary"> <div class="logo"> <a href="/"><img src="/logo.png" width=247 height=88 alt="The Mail Archive"></a> </div> <form class="overflow" action="/search" method="get"> <input type="hidden" name="l" value="hackers@suckless.org"> <label class="hidden" for="q">Search the site</label> <input class="submittext" type="text" id="q" name="q" placeholder="Search hackers"> <input class="submitbutton" name="submit" type="image" src="/submit.png" alt="Submit"> </form> <div class="nav margintop" id="nav" role="navigation"> <ul class="icons font16"> <li class="icons-home"><a href="/">The Mail Archive home</a></li> <li class="icons-list"><a href="/hackers@suckless.org/">hackers - all messages</a></li> <li class="icons-about"><a href="/hackers@suckless.org/info.html">hackers - about the list</a></li> <li class="icons-expand"><a href="/search?l=hackers@suckless.org&q=subject:%22%5C%5Bhackers%5C%5D+%5C%5Bswerc%5C%5D+don%27t+set+border+on+img%2C+text%5C-encoding+before+%3Ctitle%3E+%5C%7C%5C%7C+Hiltjo+Posthuma%22&o=newest&f=1" title="e" id="e">Expand</a></li> <li class="icons-prev"><a href="msg07934.html" title="p">Previous message</a></li> <li class="icons-next"><a href="msg07944.html" title="n">Next message</a></li> </ul> </div> <div class="listlogo margintopdouble"> </div> <div class="margintopdouble"> </div> </div> </div> <div class="footer" role="contentinfo"> <ul> <li><a href="/">The Mail Archive home</a></li> <li><a href="/faq.html#newlist">Add your mailing list</a></li> <li><a href="/faq.html">FAQ</a></li> <li><a href="/faq.html#support">Support</a></li> <li><a href="/faq.html#privacy">Privacy</a></li> <li class="darkgray">20171121191311.DFE011235F5@suckless.org</li> </ul> </div> </body> </html>