mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Use XHTML syntax for valid Abiword export. (#5986)
This commit is contained in:
parent
eddaa83912
commit
cc22c195d8
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…
Reference in a new issue