Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18275598 authored by Evan Charlton's avatar Evan Charlton
Browse files

Don't split the href across lines

This introduces untrimmed whitespace into the URL which causes an
infinite redirect loop when trying to load
/Geofence.Builder.%20%20%20%20.html

Bug: 20851763
Change-Id: I3dc670dc30e57f76403d1eeaf3a4ce50406b9d91
parent bf5d95da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -100,8 +100,8 @@ srcset="{@docRoot}images/training/geofence.png 1x, {@docRoot}images/training/geo
<h3>Create geofence objects</h3>

<p>
    First, use <code><a href="{@docRoot}reference/com/google/android/gms/location/Geofence.Builder.
    html">Geofence.Builder</a></code> to create a geofence, setting the desired radius, duration, and
    First, use <code><a href="{@docRoot}reference/com/google/android/gms/location/Geofence.Builder.html">
    Geofence.Builder</a></code> to create a geofence, setting the desired radius, duration, and
    transition types for the geofence. For example, to populate a list object named
    {@code mGeofenceList}:
    </p>