diff options
author | EuAndreh <eu@euandre.org> | 2018-07-25 20:52:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-25 20:55:11 -0300 |
commit | 645af413b60128230359737d14de0fce0cf438a3 (patch) | |
tree | 8353c50e9f339965237fcd8e5ad9f72af02a0b6b /site/pastebin/nix-exps.html | |
parent | Remove unrequired single derivation name (diff) | |
download | euandre.org-645af413b60128230359737d14de0fce0cf438a3.tar.gz euandre.org-645af413b60128230359737d14de0fce0cf438a3.tar.xz |
Add line wrapping to pre tag in pastebin template
Diffstat (limited to '')
-rw-r--r-- | site/pastebin/nix-exps.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/site/pastebin/nix-exps.html b/site/pastebin/nix-exps.html index f03279a..92a0922 100644 --- a/site/pastebin/nix-exps.html +++ b/site/pastebin/nix-exps.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> -<!-- 2018-07-15 Sun 19:48 --> +<!-- 2018-07-25 Wed 20:50 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Nix Stuff</title> @@ -181,6 +181,7 @@ /*]]>*/--> </style> <style>#postamble{ text-align: center; }</style> +<style>pre {white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}</style> <script type="text/javascript"> /* @licstart The following is the entire license notice for the @@ -276,7 +277,7 @@ for the JavaScript code in this tag. </div> </div> <div id="postamble" class="status"> -<p class="postamble">2018-07-15 Sun 19:48</p> +<p class="postamble">2018-07-25 Wed 20:50</p> </div> </body> </html> |