tabulation fixes

This commit is contained in:
Szekeres Bálint
2018-01-08 02:49:44 +01:00
parent dd68346e29
commit fe9c15fc1f
11 changed files with 46 additions and 27 deletions

View File

@@ -37,5 +37,5 @@ http {
include /etc/nginx/conf.d/*.conf;<span ng-if="data.file_structure === 'separated'">
include /etc/nginx/sites-enabled/*;</span><span ng-if="data.file_structure === 'unified'">
<ng-include src="'templates/example.com.conf.html'" onload="refreshHighlighting()"></ng-include></span>
}
<ng-include ng-include-tabs="1" src="'templates/example.com.conf.html'" sonload="refreshHighlighting()"></ng-include></span>
}