commit - c7c9a5878e68a92b174d47624c00a8fd8df2120b
commit + fc25d36a349d535e007e4734a93a3c83f6854d8c
blob - 13a106c2c2176a803a91e7a4226df4d3c05af6af
blob + 429567d2c4c5cdeb1cefdbda523b51fbc21b70fb
--- stagit-index.c
+++ stagit-index.c
"<title>", fp);
xmlencode(fp, description, strlen(description));
fprintf(fp, "</title>\n<link rel=\"icon\" type=\"image/png\" href=\"%sfavicon.png\" />\n", relpath);
- fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://stagit.btxx.org/style.css\" />\n");
+ fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://stagit.btxx.org/style.css\" />\n");
fputs("</head>\n<body>\n", fp);
fprintf(fp, "%s", "<table>\n<tr><td><span class=\"desc\">");
xmlencode(fp, description, strlen(description));
blob - c439a8a2b3db8681f136bdc5722f75ad58a83e3c
blob + 24483e7cdc762d8daf49dbbf91347bf470f2f18a
--- stagit.c
+++ stagit.c
fputs("<link rel=\"alternate\" type=\"application/atom+xml\" title=\"", fp);
xmlencode(fp, name, strlen(name));
fprintf(fp, " Atom Feed (tags)\" href=\"%stags.xml\" />\n", relpath);
- fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://stagit.btxx.org/style.css\" />\n");
+ fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://stagit.btxx.org/style.css\" />\n");
fputs("</head>\n<body>\n<table>", fp);
fputs("<tr><td><h1>", fp);
xmlencode(fp, strippedname, strlen(strippedname));