소스 검색

templates: Added newline character to end of script.

Prevents errors when editing in vi and writing and quiting.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Scott Rifenbark 10 년 전
부모
커밋
01692654cd
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      doc/template/component.title.xsl
  2. 2 1
      doc/template/division.title.xsl

+ 1 - 1
doc/template/component.title.xsl

@@ -36,4 +36,4 @@
       </xsl:call-template>
     </xsl:element>
   </xsl:template>
-</xsl:stylesheet>
+</xsl:stylesheet>

+ 2 - 1
doc/template/division.title.xsl

@@ -21,4 +21,5 @@
       </xsl:call-template>
     </h1>
   </xsl:template>
-</xsl:stylesheet>
+</xsl:stylesheet>
+