Skip to content

Commit

Permalink
Fixed broken character
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Oct 19, 2024
1 parent 845b957 commit 1e355b1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
34 changes: 17 additions & 17 deletions bootstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h3><strong>1.</strong> Default initialization</h3>

<a name="future-tomorrow"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -173,7 +173,7 @@ <h3><strong>2.</strong> Allow future dates only, starting one day in the future<

<a name="dynamic-interval"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -201,7 +201,7 @@ <h3><strong>3. </strong> Allow dates from a dynamic interval</h3>

<a name="dates-interval"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -229,7 +229,7 @@ <h3><strong>4.</strong> Allow dates from an interval between 2 dates</h3>

<a name="after-date"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -257,7 +257,7 @@ <h3><strong>5.</strong> Allow only dates that come after a certain date</h3>

<a name="disable-dates"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -289,7 +289,7 @@ <h3><strong>6.</strong> Disable dates</h3>

<a name="date-range"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -322,7 +322,7 @@ <h3><strong>7.</strong> Date ranges (sort of)</h3>

<a name="date-formats"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -364,7 +364,7 @@ <h3><strong>8.</strong> Date formats</h3>

<a name="time"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -393,7 +393,7 @@ <h3><strong>9.</strong> Enabling the time picker</h3>

<a name="partial-formats"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -423,7 +423,7 @@ <h3><strong>10.</strong> Partial date formats</h3>

<a name="week-number"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand All @@ -450,7 +450,7 @@ <h3><strong>11.</strong> Showing week numbers</h3>

<a name="starting-view"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -488,7 +488,7 @@ <h3><strong>12.</strong> Changing the starting view</h3>

<a name="custom-classes"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -518,7 +518,7 @@ <h3><strong>13.</strong> Custom classes</h3>

<a name="on-change"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -593,7 +593,7 @@ <h3><strong>14.</strong> Handling the "onChange" event</h3>

<a name="always-visible"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -624,7 +624,7 @@ <h3><strong>15.</strong> Always-visible date pickers</h3>

<a name="rtl-support"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -652,7 +652,7 @@ <h3><strong>16.</strong> RTL support</h3>

<a name="data-attributes"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -686,7 +686,7 @@ <h3><strong>17.</strong> Data attributes</h3>
</div>

<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<p class="text-center">copyright &copy; 2011 - <script>var date = new Date; document.write(date.getFullYear());</script> <a href="https://github.com/stefangabos/">stefan gabos</a></p>
Expand Down
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h1>The Ultimate jQuery Date Time Picker:<br>Zebra Datepicker<small>super-lightw

<a name="future-tomorrow"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -166,7 +166,7 @@ <h3><strong>2.</strong> Allow future dates only, starting one day in the future<

<a name="dynamic-interval"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -194,7 +194,7 @@ <h3><strong>3. </strong> Allow dates from a dynamic interval</h3>

<a name="dates-interval"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -222,7 +222,7 @@ <h3><strong>4.</strong> Allow dates from an interval between 2 dates</h3>

<a name="after-date"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -250,7 +250,7 @@ <h3><strong>5.</strong> Allow only dates that come after a certain date</h3>

<a name="disable-dates"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -282,7 +282,7 @@ <h3><strong>6.</strong> Disable dates</h3>

<a name="date-range"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -315,7 +315,7 @@ <h3><strong>7.</strong> Date ranges (sort of)</h3>

<a name="date-formats"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -357,7 +357,7 @@ <h3><strong>8.</strong> Date formats</h3>

<a name="time"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -386,7 +386,7 @@ <h3><strong>9.</strong> Enabling the time picker</h3>

<a name="partial-formats"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -416,7 +416,7 @@ <h3><strong>10.</strong> Partial date formats</h3>

<a name="week-number"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand All @@ -443,7 +443,7 @@ <h3><strong>11.</strong> Showing week numbers</h3>

<a name="starting-view"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -481,7 +481,7 @@ <h3><strong>12.</strong> Changing the starting view</h3>

<a name="custom-classes"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -511,7 +511,7 @@ <h3><strong>13.</strong> Custom classes</h3>

<a name="on-change"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -586,7 +586,7 @@ <h3><strong>14.</strong> Handling the "onChange" event</h3>

<a name="always-visible"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -617,7 +617,7 @@ <h3><strong>15.</strong> Always-visible date pickers</h3>

<a name="rtl-support"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -645,7 +645,7 @@ <h3><strong>16.</strong> RTL support</h3>

<a name="data-attributes"></a>
<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<!-- =========================================================================================== -->
Expand Down Expand Up @@ -679,7 +679,7 @@ <h3><strong>17.</strong> Data attributes</h3>
</div>

<div class="top">
<a href="#top" class="small"> To the top</a>
<a href="#top" class="small">&#x25b2 To the top</a>
</div>

<p class="text-center">copyright &copy; 2011 - <script>var date = new Date; document.write(date.getFullYear());</script> <a href="https://github.com/stefangabos/">stefan gabos</a></p>
Expand Down
Loading

0 comments on commit 1e355b1

Please sign in to comment.