File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
library/src/main/java/com/pengrad/telegrambot/passport/decrypt Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 * href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>.
2828 *
2929 * <ul>
30- * <li><a name ="basic"><b>Basic</b></a>
30+ * <li><a id ="basic"><b>Basic</b></a>
3131 * <p>
3232 * Uses "The Base64 Alphabet" as specified in Table 1 of RFC 4648 and RFC 2045
3333 * for encoding and decoding operation. The encoder does not add any line feed
3636 * </p>
3737 * </li>
3838 *
39- * <li><a name ="url"><b>URL and Filename safe</b></a>
39+ * <li><a id ="url"><b>URL and Filename safe</b></a>
4040 * <p>
4141 * Uses the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of
4242 * RFC 4648 for encoding and decoding. The encoder does not add any line feed
4545 * </p>
4646 * </li>
4747 *
48- * <li><a name ="mime"><b>MIME</b></a>
48+ * <li><a id ="mime"><b>MIME</b></a>
4949 * <p>
5050 * Uses the "The Base64 Alphabet" as specified in Table 1 of RFC 2045 for
5151 * encoding and decoding operation. The encoded output must be represented in
You can’t perform that action at this time.
0 commit comments