Skip to content

Commit

Permalink
Switched link to HTTPS
Browse files Browse the repository at this point in the history
Switched link to HTTPS. Some browsers refused to load non HTTPS content on HTTPS pages.
  • Loading branch information
B0073D committed Dec 31, 2013
1 parent b26ea04 commit c8dde56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function render($mode, &$renderer, $data) {
// Two styles: wiki and error
switch($style) {
case 'wiki':
$renderer->doc .= "<iframe src='http://www.google.com/calendar/embed?src=$url&amp;height=$h&amp;title=$alt'".
$renderer->doc .= "<iframe src='https://www.google.com/calendar/embed?src=$url&amp;height=$h&amp;title=$alt'".
"title='$alt' width='$w' height='$h' frameborder='0'></iframe>\n";
break;
case 'error':
Expand Down

0 comments on commit c8dde56

Please sign in to comment.