Skip to content

Commit

Permalink
Put back the pre-filled http:// in OrganizationURL boilerplate now th…
Browse files Browse the repository at this point in the history
…at the http://http://... case is covered by other checks.
  • Loading branch information
iay committed Jun 27, 2011
1 parent 08d61d9 commit 6b3c74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/import.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<Organization>
<OrganizationName xml:lang="en">*** FILL IN ***</OrganizationName>
<OrganizationDisplayName xml:lang="en">*** FILL IN ***</OrganizationDisplayName>
<OrganizationURL xml:lang="en">*** FILL IN ***</OrganizationURL>
<OrganizationURL xml:lang="en">http://*** FILL IN ***/</OrganizationURL>
</Organization>
</xsl:otherwise>
</xsl:choose>
Expand Down

0 comments on commit 6b3c74f

Please sign in to comment.