mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Use XHTML syntax for valid Abiword export.
This commit is contained in:
parent
7e1ccd3f4e
commit
d09aff3125
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title><%- padId %></title>
|
||||
<meta name="generator" content="Etherpad">
|
||||
<meta name="author" content="Etherpad">
|
||||
<meta name="changedby" content="Etherpad">
|
||||
<meta charset="utf-8">
|
||||
<meta name="generator" content="Etherpad"/>
|
||||
<meta name="author" content="Etherpad"/>
|
||||
<meta name="changedby" content="Etherpad"/>
|
||||
<meta charset="utf-8"/>
|
||||
<style>
|
||||
ol {
|
||||
counter-reset: item;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue