Skip to content

Commit

Permalink
Merge pull request #2 from B0073D/master
Browse files Browse the repository at this point in the history
Switched link to HTTPS
  • Loading branch information
Matthias Schulte committed Dec 31, 2013
2 parents b26ea04 + c8dde56 commit ced89d7
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 ced89d7

Please sign in to comment.