Skip to content

Commit

Permalink
Merge pull request #922 from tdiary/use-https
Browse files Browse the repository at this point in the history
Use https instead of http
  • Loading branch information
hsbt committed Jan 23, 2021
2 parents 24f4535 + 3d0ead9 commit 7ff2ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/footer.rhtml
@@ -1,7 +1,7 @@
<%%=footer_proc%>
<div class="footer">
Generated by <a href="http://www.tdiary.org/">tDiary</a> version <%=h TDIARY_VERSION %><br>
Powered by <a href="http://www.ruby-lang.org/">Ruby</a> version <%=h RUBY_VERSION %><%=h( RUBY_PATCHLEVEL >= 0 ? "-p#{RUBY_PATCHLEVEL}" : "dev-#{RUBY_RELEASE_DATE}" ) rescue ''%><% if /ruby/i =~ @cgi.gateway_interface %> with <a href="https://github.com/shugo/mod_ruby">mod_ruby</a><% elsif defined?(FCGI) %> with <a href="https://github.com/alphallc/ruby-fcgi-ng">ruby-fcgi-ng</a><% end %>
Generated by <a href="https://www.tdiary.org/">tDiary</a> version <%=h TDIARY_VERSION %><br>
Powered by <a href="https://www.ruby-lang.org/">Ruby</a> version <%=h RUBY_VERSION %><%=h( RUBY_PATCHLEVEL >= 0 ? "-p#{RUBY_PATCHLEVEL}" : "dev-#{RUBY_RELEASE_DATE}" ) rescue ''%><% if /ruby/i =~ @cgi.gateway_interface %> with <a href="https://github.com/shugo/mod_ruby">mod_ruby</a><% elsif defined?(FCGI) %> with <a href="https://github.com/alphallc/ruby-fcgi-ng">ruby-fcgi-ng</a><% end %>
</div>
</div>
</body>
Expand Down

0 comments on commit 7ff2ce4

Please sign in to comment.