Skip to content

Commit cf18bf1

Browse files
committed
oops, fixed typo
1 parent 562d4ca commit cf18bf1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Changelog

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
* fix several compile warnings
1111

1212
[removed constants]:
13+
Sundown\Render\LIST_ORDERED
1314
Sundown\Render\MKDA_NORMAL
1415
Sundown\Render\MKDA_EMAIL
1516

1617
[added constants]:
17-
Sundown\Render::MKDA_NORMAL
18-
Sundown\Render::MKDA_EMAIL
18+
Sundown\Render\Base::LIST_ORDERED
19+
Sundown\Render\Base::MKDA_NORMAL
20+
Sundown\Render\Base::MKDA_EMAIL
1921

2022

2123
2012-05-17 Shuhei Tanuma <[email protected]>

package.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ Thank you stealth35!
3636
* fix several compile warnings
3737

3838
[removed constants]:
39+
Sundown\Render\LIST_ORDERED
3940
Sundown\Render\MKDA_NORMAL
4041
Sundown\Render\MKDA_EMAIL
4142

4243
[added constants]:
43-
Sundown\Render::MKDA_NORMAL
44-
Sundown\Render::MKDA_EMAIL
44+
Sundown\Render\Base::LIST_ORDERED
45+
Sundown\Render\Base::MKDA_NORMAL
46+
Sundown\Render\Base::MKDA_EMAIL
4547
</notes>
4648
<contents>
4749
<dir name="/">

0 commit comments

Comments
 (0)