pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/templates



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Feb 22 06:39:00 UTC 2021

Modified Files:
        pkgsrc/templates: README.pkg

Log Message:
README.pkg: fix spacing in netsurf, etc


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/templates/README.pkg

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/templates/README.pkg
diff -u pkgsrc/templates/README.pkg:1.33 pkgsrc/templates/README.pkg:1.34
--- pkgsrc/templates/README.pkg:1.33    Mon Feb 22 05:32:02 2021
+++ pkgsrc/templates/README.pkg Mon Feb 22 06:39:00 2021
@@ -1,4 +1,4 @@
-<!-- $NetBSD: README.pkg,v 1.33 2021/02/22 05:32:02 nia Exp $ -->
+<!-- $NetBSD: README.pkg,v 1.34 2021/02/22 06:39:00 nia Exp $ -->
 <!doctype html>
 <html lang="en">
 <head>
@@ -15,11 +15,10 @@
 
 <details>
 <summary><em>%%COMMENT%%</em></summary>
-<div>
+<p></p> <!-- spacing hack for older browsers with no details support -->
 <pre>
 %%DESCR%%
 </pre>
-</div>
 </details>
 
 <ul class="package-data">



Home | Main Index | Thread Index | Old Index