Skip to content

Commit

Permalink
Merge pull request #42 from OneBusAway/fix-15
Browse files Browse the repository at this point in the history
Force links to wrap onto new lines
  • Loading branch information
aaronbrethorst authored Mar 8, 2024
2 parents 3def183 + 26bd7f2 commit 27e71e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_layouts/default.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="relative flex h-full flex-col px-4 pt-14 sm:px-6 lg:px-8">
<main class="flex-auto">
<article class="flex h-full flex-col pb-10 pt-16">
<div class="flex-auto prose dark:prose-invert [html_:where(&>*)]:mx-auto [html_:where(&>*)]:max-w-2xl [html_:where(&>*)]:lg:mx-[calc(50%-min(50%,theme(maxWidth.lg)))] [html_:where(&>*)]:lg:max-w-3xl">
<div class="flex-auto prose dark:prose-invert break-words [html_:where(&>*)]:mx-auto [html_:where(&>*)]:max-w-2xl [html_:where(&>*)]:lg:mx-[calc(50%-min(50%,theme(maxWidth.lg)))] [html_:where(&>*)]:lg:max-w-3xl">
<%= render "bg_checkerboard" %>
<h1><%= data.title %></h1>
<%= content %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Register an alarm for a single arrival and departure at a stop, with a callback

## Sample Request

http://api.pugetsound.onebusaway.org/api/where/register-alarm-for-arrival-and-departure-at-stop/1_75403.xml?key=TEST&amp;tripId=1_15551341&amp;serviceDate=1291536000000&amp;vehicleId=1_3521&amp;stopSequence=42&amp;alarmTimeOffset=120&amp;url=http://host/callback_url
<a href="https://api.pugetsound.onebusaway.org/api/where/register-alarm-for-arrival-and-departure-at-stop/1_75403.json?key=TEST&amp;tripId=1_15551341&amp;serviceDate=1291536000000&amp;vehicleId=1_3521&amp;stopSequence=42&amp;alarmTimeOffset=120&amp;url=http://host/callback_url">https://api.pugetsound.onebusaway.org/api/where/register-alarm-for-arrival-and-departure-at-stop/1_75403.json?key=TEST&amp;tripId=1_15551341&amp;serviceDate=1291536000000&amp;vehicleId=1_3521&amp;stopSequence=42&amp;alarmTimeOffset=120&amp;url=http://host/callback_url</a>

## Sample Response

Expand Down

0 comments on commit 27e71e6

Please sign in to comment.