Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4 indentation issues #10

Open
1 of 4 tasks
jcubic opened this issue Sep 25, 2012 · 1 comment
Open
1 of 4 tasks

4 indentation issues #10

jcubic opened this issue Sep 25, 2012 · 1 comment

Comments

@jcubic
Copy link

jcubic commented Sep 25, 2012

Here are 3 issues I found with indent

  • 1:
<a class="download" href="/download/svg/{{username}}/{{filename}}">
<span class="center"> {{! not indented}}
</span>
</a>
  • 2:
<p class="description">
  {{#description}}{{description}}{{/description}}
    {{^description}}No description given{{/description}}
    {{! reduntad indent when open and closing in the same line }}
</p>
  • 3: fixed in pull request
<p class="description">
  {{#description}}
    {{description}}
  {{/description}}
  {{^description}}
  {{no_description_message}}  {{! not indented}}
  {{/description}}
</p>
  • 4: Look the same as 1.
{{#collections}}
  <li><a class="collection" href="/collection/{{username}}/{{id}}/{{name}}">
  {{title}} {{! no indent}}
  </a></li>
{{/collections}}
@locks
Copy link
Member

locks commented Oct 24, 2014

@jcubic can you try v1.3 and try to replicate the problems? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants