mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Put <title> and <base> in the <head> instead of <body>
This also means renderHTML() is no longer needed.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<base href="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user