added API keys to the tutorial credentials section

This commit is contained in:
cktricky
2014-06-11 08:08:14 -04:00
parent d266f0fa77
commit e727ff9fd6
2 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<%
if cookies[:font]
%>
<style>body { font-size:<%= cookies[:font] %> !important;}</style>
<style>body { font-size:<%= raw cookies[:font] %> !important;}</style>
<%
end
%>