Navigation Menu

Skip to content

Commit

Permalink
Fixes quicktags still calling typo:code
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric de Villamil committed Aug 6, 2013
1 parent f84a978 commit 1f7d81e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/javascripts/administration.js
Expand Up @@ -195,10 +195,10 @@ edButtons.push(
edButtons.push(
new edButton(
'ed_publifycode'
,'typo:code'
,'publify:code'
,''
,'\n</typo:code>\n\n'
,'typo:code'
,'\n</publify:code>\n\n'
,'publify:code'
)
);

Expand Down

0 comments on commit 1f7d81e

Please sign in to comment.