Skip to content

Commit

Permalink
Fixes #44
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Wulf committed Jun 20, 2013
1 parent c04effd commit 9853a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/assets/js/deathstar-topiceditor.js
Expand Up @@ -865,7 +865,7 @@ function togglePlainText (e) {
' <title>Title</title>\n' +
' <mediaobject>\n' +
' <imageobject>\n' +
' <imagedata align="center" fileref="images/'+ imgid + '.png"/>\n' +
' <imagedata align="left" fileref="images/'+ imgid + '.png"/>\n' +
' </imageobject>\n' +
' <textobject>\n' +
' <phrase>Description</phrase>\n' +
Expand Down Expand Up @@ -1034,7 +1034,7 @@ function injectTemplate(e) {
<title></title>\n\
<mediaobject>\n\
<imageobject>\n\
<imagedata align="center" fileref="images/PUTTHENUMBERHERE.png"/>\n\
<imagedata fileref="images/PUTTHENUMBERHERE.png"/>\n\
</imageobject>\n\
<textobject>\n\
<phrase>\n\
Expand Down

0 comments on commit 9853a5c

Please sign in to comment.