mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-05-25 01:03:35 +00:00
Fix error template format
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
</div>
|
||||
|
||||
<!-- render error -->
|
||||
<code class="language-c">
|
||||
<div class="blog-post-content">
|
||||
<pre>
|
||||
<code class="language-c">
|
||||
/* $NetBSD: yes.c,v 1.5 1997/10/19 14:28:27 mrg Exp $ */
|
||||
|
||||
/*
|
||||
@@ -76,7 +78,9 @@ main(argc, argv)
|
||||
else for (;;)
|
||||
(void)puts("y");
|
||||
}
|
||||
</code>
|
||||
</code>
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user