Sublime Forum

Bug: "if/else" tab-completion in .html.erb file outputs php

#1

Hi,

When editing a Ruby/Rails ERB template (*.html.erb), typing “if” and pressing tab outputs the following:

<?php if (condition): ?>
    
 <?php endif ?>

A similar issue is found when using tab-completion on “else”. “end” however does output in ERB format.

0 Likes

#2

+1

0 Likes