Skip to content

Commit

Permalink
Minor touchup
Browse files Browse the repository at this point in the history
dd should be handled like a headline, not like a block!
  • Loading branch information
saschaleib committed Apr 13, 2023
1 parent a3967bd commit 6d99ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/dd.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Sascha Leib <sascha.leib(at)kolmio.com>
*/

class syntax_plugin_adhoctags_dd extends syntax_plugin_adhoctags_abstractblock {
class syntax_plugin_adhoctags_dd extends syntax_plugin_adhoctags_abstractheadline {

protected $tag = 'dd';

Expand Down

0 comments on commit 6d99ec5

Please sign in to comment.