1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: fix prviacy issue with css file
cadabra2 (2.3.2-1) unstable; urgency=medium
.
* Initial release. (Closes: #920238)
Author: Gürkan Myczko <gurkan@phys.ethz.ch>
Bug-Debian: https://bugs.debian.org/920238
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: Gürkan Myczko <gurkan@phys.ethz.ch>
Last-Update: 2020-11-01
--- cadabra2-2.3.2.orig/client_server/notebook.html
+++ cadabra2-2.3.2/client_server/notebook.html
@@ -1,6 +1,6 @@
<html>
<head>
- <link rel="stylesheet" href="https://cadabra.science/static/fonts/Serif/cmun-serif.css"></link>
+ <link rel="stylesheet" href="cmun-serif.css"></link>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/latest.js?config=TeX-AMS-MML_HTMLorMML' async></script>
<style>
div.image_png { width: 400px; }
|