mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-05-02 22:33:52 +00:00
Correct additional line-ending differences between Windows and Linux.
This commit is contained in:
@@ -1,46 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>B5500 Device Frame Paper Page</title>
|
||||
<!--
|
||||
/***********************************************************************
|
||||
* retro-b5500/emulator B5500FramePaper.html
|
||||
************************************************************************
|
||||
* Copyright (c) 2014, Nigel Williams and Paul Kimpel.
|
||||
* Licensed under the MIT License, see
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
************************************************************************
|
||||
* B5500 user interface blank page for use with Card Reader, Punch, etc.
|
||||
************************************************************************
|
||||
* 2014-08-04 P.Kimpel
|
||||
* Original version, from thin air.
|
||||
***********************************************************************/
|
||||
-->
|
||||
<meta name="Author" content="Nigel Williams & Paul Kimpel">
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript">
|
||||
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||
<link id=defaultStyleSheet rel=stylesheet type="text/css" href="B5500Common.css">
|
||||
<style id=PaperFrameStyles>
|
||||
BODY {
|
||||
padding: 2px;
|
||||
background-color: white}
|
||||
#Paper {
|
||||
margin: 0;
|
||||
font-size: 8pt}
|
||||
#EndOfPaper {
|
||||
height: 1px;
|
||||
border: 0;
|
||||
opacity: 0}
|
||||
DIV.whiteBar {
|
||||
white-space: pre;
|
||||
background-color: white}
|
||||
DIV.greenBar {
|
||||
white-space: pre;
|
||||
background-color: #CFC}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<!-- Don't add any additional whitespace to the BODY! -->
|
||||
<body><div id=Paper class=paper></div><div id=EndOfPaper></div></body>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>B5500 Device Frame Paper Page</title>
|
||||
<!--
|
||||
/***********************************************************************
|
||||
* retro-b5500/emulator B5500FramePaper.html
|
||||
************************************************************************
|
||||
* Copyright (c) 2014, Nigel Williams and Paul Kimpel.
|
||||
* Licensed under the MIT License, see
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
************************************************************************
|
||||
* B5500 user interface blank page for use with Card Reader, Punch, etc.
|
||||
************************************************************************
|
||||
* 2014-08-04 P.Kimpel
|
||||
* Original version, from thin air.
|
||||
***********************************************************************/
|
||||
-->
|
||||
<meta name="Author" content="Nigel Williams & Paul Kimpel">
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript">
|
||||
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||
<link id=defaultStyleSheet rel=stylesheet type="text/css" href="B5500Common.css">
|
||||
<style id=PaperFrameStyles>
|
||||
BODY {
|
||||
padding: 2px;
|
||||
background-color: white}
|
||||
#Paper {
|
||||
margin: 0;
|
||||
font-size: 8pt}
|
||||
#EndOfPaper {
|
||||
height: 1px;
|
||||
border: 0;
|
||||
opacity: 0}
|
||||
DIV.whiteBar {
|
||||
white-space: pre;
|
||||
background-color: white}
|
||||
DIV.greenBar {
|
||||
white-space: pre;
|
||||
background-color: #CFC}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<!-- Don't add any additional whitespace to the BODY! -->
|
||||
<body><div id=Paper class=paper></div><div id=EndOfPaper></div></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user