Author: poeml Date: Thu Aug 5 02:00:20 2010 New Revision: 8072 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8072&view=rev Log: mod_autoindex_mb: - adjust the link named "Metalink" to reference the v4 metalink (by linking to .meta4 instead of .metalink) Modified: trunk/mod_autoindex_mb/mod_autoindex_mb.c Modified: trunk/mod_autoindex_mb/mod_autoindex_mb.c URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mod_autoindex_mb/mod_autoindex_mb.c?rev=8072&r1=8071&r2=8072&view=diff ============================================================================== --- trunk/mod_autoindex_mb/mod_autoindex_mb.c (original) +++ trunk/mod_autoindex_mb/mod_autoindex_mb.c Thu Aug 5 02:00:20 2010 _at_@ -1808,7 +1808,7 @@ if (autoindex_opts & METALINK) { if (anchor[strlen(anchor)-1] != '/') { /* not for directories */ ap_rvputs(r, " </td><td><a href=\"", anchor, - ".metalink\">Metalink</a>", NULL); + ".meta4\">Metalink</a>", NULL); } else { ap_rputs("</td><td> ", r); _at_@ -1907,7 +1907,7 @@ } if (autoindex_opts & METALINK) { ap_rvputs(r, " <a href=\"", anchor, - ".metalink\">Metalink</a>", NULL); + ".meta4\">Metalink</a>", NULL); } } ap_rputc('\n', r); _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Thu Aug 05 2010 - 00:00:23 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT