mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Hotfix against the web server misconfiguration
xmpp.v2.css isn’t served from the xeps docker, making all XEPs render without CSS.
This commit is contained in:
parent
6eb489f8b4
commit
a032d17204
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ TEXMLDEPS=xep2texml.xsl $(OUTDIR)/xmpp.pdf $(OUTDIR)/xmpp-text.pdf
|
||||
XEPDIRS=. inbox
|
||||
HTMLDEPS=xep.xsl $(CSSTARGETS) $(JSTARGETS)
|
||||
|
||||
base_CSSTARGETS=xmpp.css xmpp.v2.css prettify.css
|
||||
base_CSSTARGETS=xmpp.css prettify.css
|
||||
CSSTARGETS=$(addprefix $(OUTDIR)/,$(base_CSSTARGETS))
|
||||
proto_CSSTARGETS=$(addprefix $(OUTDIR)/inbox/,$(base_CSSTARGETS))
|
||||
base_JSTARGETS=prettify.js
|
||||
|
2
xep.xsl
2
xep.xsl
@ -180,7 +180,7 @@ display: none;
|
||||
content: "XEP-<xsl:value-of select='/xep/header/number'/>";
|
||||
}
|
||||
</style>
|
||||
<link rel='stylesheet' type='text/css' href='xmpp.v2.css' />
|
||||
<link rel='stylesheet' type='text/css' href='xmpp.css' />
|
||||
<link href="prettify.css" type="text/css" rel="stylesheet" />
|
||||
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
|
||||
<script type="text/javascript" src="prettify.js">
|
||||
|
1684
xmpp.v2.css
1684
xmpp.v2.css
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user