Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
added valid element to tiny_mce
Browse files Browse the repository at this point in the history
  • Loading branch information
labby committed Oct 21, 2014
1 parent b21f2dc commit 6601066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/modules/tiny_mce_jq/htt/tiny_mce.htt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $().ready(function() {
extended_valid_elements : ""
+"nav[id|class],section[id|class],article[id|class],header[id|class],footer[id|class],main[id|class],"
+"figure[id|class],figcaption[id|class],video[src|title|type|control],audio[src|title|type|control],"
+"track[kind|src|srclang|label],menu[id|class|type]",
+"track[kind|src|srclang|label],menu[id|class|type],aside[id|class]",


theme_advanced_buttons1 : "{$toolbar_set.theme_advanced_buttons1}",
Expand Down

0 comments on commit 6601066

Please sign in to comment.