Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #255 from appwrite/fix-version-controls
Browse files Browse the repository at this point in the history
Fix Version Controls
  • Loading branch information
christyjacob4 authored Sep 26, 2022
2 parents 68bfe75 + c3c6ac5 commit 810b008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/docs/service.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ $paramSDK = (!empty($sdk)) ? '?sdk='.$sdk : '';
<form class="pull-end desktops-only" onchange="this.submit()"
method="get" action="/docs/<?php echo $this->escape($family); ?>/<?php echo $serviceName; ?>">

<input type="hidden" name="sdk" value="<?php echo $this->escape($sdk); ?>" />

<select class="choose-platform" name="v">
<?php foreach ($versions as $key => $value):
$name = (isset($value['name'])) ? $value['name'] : '';
Expand Down

0 comments on commit 810b008

Please sign in to comment.