svn commit: r1936512 - subversion/site/staging/docs/release-notes

[email protected] Thu, 23 Jul 2026 05:41:31 -0000
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <178478529178.1196053.15292350565039588576@svn03-he-fi>
Author: dsahlberg
Date: Thu Jul 23 05:41:31 2026
New Revision: 1936512

Log:
In site/staging:

* docs/release-notes/1.15.html
  (<head>) Add a missing <meta name="viewport"... element to ensure nice scaling on narrow screens.

Modified:
   subversion/site/staging/docs/release-notes/1.15.html

Modified: subversion/site/staging/docs/release-notes/1.15.html
==============================================================================
--- subversion/site/staging/docs/release-notes/1.15.html	Thu Jul 23 04:20:06 2026	(r1936511)
+++ subversion/site/staging/docs/release-notes/1.15.html	Thu Jul 23 05:41:31 2026	(r1936512)
@@ -4,6 +4,7 @@
 <head>
 <title>Apache Subversion 1.15 Release Notes</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 <style type="text/css">
   @import url("/style/site.css");
 </style>