diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-05-23 07:55:47 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-05-23 07:55:47 +0200 |
| commit | 623bcc729a520d3a5140745e3d0f3e9e3be9f706 (patch) | |
| tree | ed65ff58a9daf39fa61cd56a8355dfe50a250699 /htroot/rssTerminal.html | |
| parent | 6bf9c55584f2e930d7cb0cbedaf3d773b23cec2e (diff) | |
Use aria role to reduce rssTerminal verbosity.
This is a fix for http://mantis.tokeek.de/view.php?id=643
Diffstat (limited to 'htroot/rssTerminal.html')
| -rw-r--r-- | htroot/rssTerminal.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/rssTerminal.html b/htroot/rssTerminal.html index 20e22dd1b..7054ab286 100644 --- a/htroot/rssTerminal.html +++ b/htroot/rssTerminal.html @@ -1,7 +1,7 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html>
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta charset="UTF-8">
<title>rss terminal</title>
<style type="text/css">
@@ -172,8 +172,8 @@ function init() { <body onload="self.getURLparameters();init();">
<div id="feedbox">
- <p id="content"></p>
+ <p id="content" role="marquee"></p>
</div>
</body>
-</html>
+</html>
\ No newline at end of file |
