BadrIT / translation_center

Translation Center is a multi-lingual, GUI rich, community based, translation center for Rails apps
http://www.badrit.com/gems/translation_center/
MIT License
152 stars 71 forks source link

span tags as input value of a button #67

Open farukg opened 9 years ago

farukg commented 9 years ago

Hi, there is a bug

The button should have only "Submit" as Text, but it look like following

submit-button

the html code look like following

<input type="submit" name="commit" value="<span class='tc-inspector-key' data-locale='en' data-type='translated' data-id='367'> Submit </span>" class="btn btn-primary">

Im using rails 4.2.0 and ruby 2.2.1