reformat html end tags
This commit is contained in:
		
							parent
							
								
									dcb6dc94fc
								
							
						
					
					
						commit
						f80ce7c40a
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -20,7 +20,7 @@
 | 
			
		|||
              <ul class="list-inline footer-links">
 | 
			
		||||
                {{ partial "share-links" . }}
 | 
			
		||||
              </ul><!--/.social-share-->
 | 
			
		||||
            </section><!--/.list-inline /.footer-links-->
 | 
			
		||||
            </section><!--/.list-inline .footer-links-->
 | 
			
		||||
        {{ end }}
 | 
			
		||||
      </article><!--/.blog-post-->
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -36,7 +36,7 @@
 | 
			
		|||
              <a href="{{ .NextInSection.Permalink }}" data-toggle="tooltip" data-placement="top" title="{{ .NextInSection.Title }}">{{ i18n "nextPost" }} →</a>
 | 
			
		||||
            </li><!--/.next-->
 | 
			
		||||
          {{ end }}
 | 
			
		||||
        </ul><!--/.pager /.blog-pager-->
 | 
			
		||||
        </ul><!--/.pager .blog-pager-->
 | 
			
		||||
      {{ end }}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -53,7 +53,7 @@
 | 
			
		|||
        {{ end }}
 | 
			
		||||
      {{ end }}
 | 
			
		||||
 | 
			
		||||
    </div><!--/.col-lg-8 /.col-lg-offset-2 /.col-md-10 /.col-md-offset-1-->
 | 
			
		||||
    </div><!--/.col-lg-8 .col-lg-offset-2 .col-md-10 .col-md-offset-1-->
 | 
			
		||||
  </div><!--/.row-->
 | 
			
		||||
</div><!--/.container-->
 | 
			
		||||
{{ end }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -74,7 +74,7 @@ def format_events(events):
 | 
			
		|||
            f"<td><a href=\"{event['url'].decode('utf-8')}\">{event['name'].decode('utf-8')}</a></td>"
 | 
			
		||||
            "</tr>"
 | 
			
		||||
        )
 | 
			
		||||
    print("</table><!--/.table /.table-condensed-->")
 | 
			
		||||
    print("</table><!--/.table .table-condensed-->")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if __name__ == "__main__":
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue