File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929</p>
3030
3131<p>
32- See the <a href="http ://museum.php.net/">PHP Museum</a> for downloads, and
32+ See the <a href="https ://museum.php.net/">PHP Museum</a> for downloads, and
3333 also read the <a href="http://php.net/history">history</a> for further
3434 information about PHP 3.
3535</p>
Original file line number Diff line number Diff line change 140140</p>
141141
142142<div class="panel">
143- <a href="http ://museum.php.net/">PHP Museum</a>
143+ <a href="https ://museum.php.net/">PHP Museum</a>
144144</div>
145145
146146<div class="panel">
@@ -237,11 +237,11 @@ function mk_rel(int $major,
237237 if (!isset ($ src ["filename " ])) {
238238 continue ;
239239 }
240- printf ('<li><a href="http ://museum.php.net/php%d/%s">%s</a></li> ' ,
240+ printf ('<li><a href="https ://museum.php.net/php%d/%s">%s</a></li> ' ,
241241 $ major , $ src ["filename " ], $ src ["name " ]);
242242 }
243243 foreach ($ windows as $ src ) {
244- printf ('<li><a href="http ://museum.php.net/%s/%s">%s</a></li> ' ,
244+ printf ('<li><a href="https ://museum.php.net/%s/%s">%s</a></li> ' ,
245245 ($ major == 5 ? "php5 " : "win32 " ), $ src ["filename " ], $ src ["name " ]);
246246 }
247247 }
You can’t perform that action at this time.
0 commit comments